Skip to content

Commit

Permalink
update to ESPHome 2021.11 (#86)
Browse files Browse the repository at this point in the history
* update to ESPHome 2021.11

add entity categories 
add improv_serial
add dasboard_import

* ✏️ Tweak

Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
  • Loading branch information
adonno and klaasnicolaas authored Nov 18, 2021
1 parent f7367c4 commit 46ee171
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions home_assistant_glow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ substitutions:
status_led: GPIO5
# imp/kWh rate ⬇ #
pulse_rate: '1000'

dashboard_import:
package_import_url: github://klaasnicolaas/home-assistant-glow/home_assistant_glow.yaml

esphome:
name: '${device_name}'
Expand All @@ -36,6 +39,9 @@ captive_portal:
# Enable logging
logger:

# Enable improv over serial
improv_serial:

# Enable Home Assistant API
api:
password: !secret esphome_api_password
Expand Down Expand Up @@ -86,13 +92,16 @@ text_sensor:
- platform: version
hide_timestamp: true
name: "${friendly_name} - ESPHome Version"
entity_category: diagnostic
- platform: wifi_info
ip_address:
name: "${friendly_name} - IP Address"
icon: mdi:wifi
entity_category: diagnostic
ssid:
name: "${friendly_name} - Connected SSID"
icon: mdi:wifi-strength-2
entity_category: diagnostic

sensor:
- platform: pulse_meter
Expand Down

0 comments on commit 46ee171

Please sign in to comment.