HACS Installation unter Home Assistant

##### Voraussetzung Home Assistant > Einstellungen > Add-ons > Add-on Store > Terminal & SSH > installieren, danach In der Seitenleiste anzeigen und starten ##### Installation Home Assistant > Terminal > wget -O – https://get.hacs.xyz | bash – Neustart von Home Assistant Home Assistant > Einstellungen > Geräte & Dienste > Integration hinzufügen > HACS … Weiterlesen

TasmotaPowerTotal.yaml

sensor.tasmota_strom_total_in:   state_class: total_increasing   unit_of_measurement: kWh   device_class: energy sensor.tasmota_strom_power_curr:   state_class: measurement   unit_of_measurement: W   device_class: power sensor.tasmota_strom_total_1d:   state_class: total_increasing   unit_of_measurement: kWh   device_class: energy sensor.tasmota_strom_total_7d:   state_class: total_increasing   unit_of_measurement: kWh   device_class: energy sensor.tasmota_strom_total_30d:   state_class: total_increasing   unit_of_measurement: kWh   device_class: energy sensor.tasmota_strom_total_365d:   state_class: total_increasing   … Weiterlesen