From 657d1e59dbe7b540a8fd63022b3b890f6de15b00 Mon Sep 17 00:00:00 2001 From: Victor Cerutti Date: Mon, 12 Nov 2018 11:53:42 +0100 Subject: [PATCH] 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 --- source/_components/sensor.meteo_france.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/sensor.meteo_france.markdown b/source/_components/sensor.meteo_france.markdown index e8981c4a08d..23a139e2dca 100644 --- a/source/_components/sensor.meteo_france.markdown +++ b/source/_components/sensor.meteo_france.markdown @@ -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