mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 13:56:53 +00:00
correct quotation mark to work correct (#2575)
This commit is contained in:
parent
11cb3083ef
commit
c1b44fb627
@ -21,7 +21,7 @@ To use your Mi Flora plant sensor in your installation, add the following to you
|
|||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
sensor:
|
sensor:
|
||||||
- platform: miflora
|
- platform: miflora
|
||||||
mac: "xx:xx:xx:xx:xx:xx"
|
mac: 'xx:xx:xx:xx:xx:xx'
|
||||||
monitored_conditions:
|
monitored_conditions:
|
||||||
- temperature
|
- temperature
|
||||||
```
|
```
|
||||||
@ -50,7 +50,7 @@ A full configuration example could looks the one below:
|
|||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
sensor:
|
sensor:
|
||||||
- platform: miflora
|
- platform: miflora
|
||||||
mac: "xx:xx:xx:xx:xx:xx"
|
mac: 'xx:xx:xx:xx:xx:xx'
|
||||||
name: Flower 1
|
name: Flower 1
|
||||||
force_update: false
|
force_update: false
|
||||||
median: 3
|
median: 3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user