mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Fix config that could be interpreted as octal (#7478)
Some postal codes have a leading zero which would be interpreted as an octal int. Adding quotes on the documentation to be avoid confusion with those postal codes. Fixes https://github.com/home-assistant/home-assistant/issues/18375
This commit is contained in:
parent
70232f9d84
commit
657d1e59db
@ -23,7 +23,7 @@ To add Météo-France to your installation, add the following to your `configura
|
|||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
sensor:
|
sensor:
|
||||||
- platform: meteo_france
|
- platform: meteo_france
|
||||||
postal_code: 76000
|
postal_code: '76000'
|
||||||
monitored_conditions:
|
monitored_conditions:
|
||||||
- temperature
|
- temperature
|
||||||
- weather
|
- weather
|
||||||
|
Loading…
x
Reference in New Issue
Block a user