Record the ESPHome version adn wifi signal
This commit is contained in:
parent
fcdc5cdf19
commit
5803cc911a
1 changed files with 12 additions and 0 deletions
|
@ -113,7 +113,19 @@ output:
|
|||
mode: OUTPUT
|
||||
inverted: true
|
||||
|
||||
text_sensor:
|
||||
- platform: version
|
||||
name: "ESPHome Version"
|
||||
hide_timestamp: true
|
||||
state_topic: bitlair/esphome/shabadge-${name}/version
|
||||
|
||||
sensor:
|
||||
- platform: wifi_signal
|
||||
name: "WiFi Signal dB"
|
||||
update_interval: 10s
|
||||
state_topic: bitlair/esphome/shabadge-${name}/wifi_signal
|
||||
retain: false
|
||||
|
||||
- platform: mhz19
|
||||
uart_id: uart_mhz19
|
||||
co2:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue