mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +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
|
||||
sensor:
|
||||
- platform: miflora
|
||||
mac: "xx:xx:xx:xx:xx:xx"
|
||||
mac: 'xx:xx:xx:xx:xx:xx'
|
||||
monitored_conditions:
|
||||
- temperature
|
||||
```
|
||||
@ -50,7 +50,7 @@ A full configuration example could looks the one below:
|
||||
# Example configuration.yaml entry
|
||||
sensor:
|
||||
- platform: miflora
|
||||
mac: "xx:xx:xx:xx:xx:xx"
|
||||
mac: 'xx:xx:xx:xx:xx:xx'
|
||||
name: Flower 1
|
||||
force_update: false
|
||||
median: 3
|
||||
|
Loading…
x
Reference in New Issue
Block a user