Created
March 24, 2020 15:00
-
-
Save ExPeacer/37d5f81c47d2c3506d71b4331bee4f6c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- platform: total_daily_energy | |
name: ${plug_name}_Total Daily Energy | |
icon: mdi:circle-slice-3 | |
power_id: ${plug_name}_Wattage | |
filters: | |
# 0.001-el szorzás W-ról kW-ra váltáshoz | |
- multiply: 0.001 | |
unit_of_measurement: kWh | |
# Időszenzor az éjféli resethez | |
time: | |
- platform: homeassistant | |
id: homeassistant_time |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment