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:
Victor Cerutti 2018-11-12 11:53:42 +01:00 committed by Fabian Affolter
parent 70232f9d84
commit 657d1e59db

View File

@ -23,7 +23,7 @@ To add Météo-France to your installation, add the following to your `configura
# Example configuration.yaml entry
sensor:
- platform: meteo_france
postal_code: 76000
postal_code: '76000'
monitored_conditions:
- temperature
- weather