mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-28 22:42:05 +01:00
Add missing required attribute name (#3428)
airthings_wave_plug requires `id` or `name` attributes, but both were missing in the sample. Adding `name` into the sample to have a working sample.
This commit is contained in:
parent
e470d7e9ab
commit
9841389c97
@ -53,6 +53,7 @@ Configuration example:
|
||||
|
||||
sensor:
|
||||
- platform: airthings_wave_plus
|
||||
name: wave_plus
|
||||
ble_client_id: airthings01
|
||||
update_interval: 5min # default
|
||||
battery_update_interval: 24h # default
|
||||
|
Loading…
Reference in New Issue
Block a user