timezone
This commit is contained in:
@@ -242,3 +242,16 @@ time:
|
|||||||
```
|
```
|
||||||
|
|
||||||
You can find more ideas around this on [#955](https://github.com/Blackymas/NSPanel_HA_Blueprint/issues/955).
|
You can find more ideas around this on [#955](https://github.com/Blackymas/NSPanel_HA_Blueprint/issues/955).
|
||||||
|
|
||||||
|
|
||||||
|
### Enforce time zone
|
||||||
|
Until v3.4 (including), the time was coming from Home Assistant with it's timezone, so the Blueprint was sending the info with no transformation, to the panel.
|
||||||
|
From v4.0, the time reference still coming from HA (or optionally from a time server), but is calculated in ESPHome, which will try to detect the timezone from the server.
|
||||||
|
If your system is not showing the time in the correct timezone, it's probabily ESPHome not succeeding on finding your time zone.
|
||||||
|
You can easily force a timezone by adding this to your ESPHome settings:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
time:
|
||||||
|
- id:!extend time_provider
|
||||||
|
timezone: "America/Cancun"
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user