Skip to content

Commit 657d1e5

Browse files
victorceruttifabaff
authored andcommitted
Fix config that could be interpreted as octal (home-assistant#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 home-assistant/core#18375
1 parent 70232f9 commit 657d1e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_components/sensor.meteo_france.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To add Météo-France to your installation, add the following to your `configura
2323
# Example configuration.yaml entry
2424
sensor:
2525
- platform: meteo_france
26-
postal_code: 76000
26+
postal_code: '76000'
2727
monitored_conditions:
2828
- temperature
2929
- weather

0 commit comments

Comments
 (0)