mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 17:57:14 +00:00
Update miflora docs: fix minor syntax errors (#1717)
This commit is contained in:
parent
b4cd0a5c0d
commit
51590146f3
@ -19,9 +19,9 @@ To use your Mi Flora plant sensor in your installation, add the following to you
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# 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
|
||||||
```
|
```
|
||||||
@ -47,9 +47,9 @@ A full configuration example could looks the one below:
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# 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