Skip to content

Commit c1b44fb

Browse files
viegelinschLandrash
authored andcommitted
correct quotation mark to work correct (home-assistant#2575)
1 parent 11cb308 commit c1b44fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_components/sensor.miflora.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To use your Mi Flora plant sensor in your installation, add the following to you
2121
# Example configuration.yaml entry
2222
sensor:
2323
- platform: miflora
24-
mac: "xx:xx:xx:xx:xx:xx"
24+
mac: 'xx:xx:xx:xx:xx:xx'
2525
monitored_conditions:
2626
- temperature
2727
```
@@ -50,7 +50,7 @@ A full configuration example could looks the one below:
5050
# Example configuration.yaml entry
5151
sensor:
5252
- platform: miflora
53-
mac: "xx:xx:xx:xx:xx:xx"
53+
mac: 'xx:xx:xx:xx:xx:xx'
5454
name: Flower 1
5555
force_update: false
5656
median: 3

0 commit comments

Comments
 (0)