Releases: Ludy87/ecotrend-ista
Releases · Ludy87/ecotrend-ista
v2.0.0-beta-2
Full Changelog: v2.0.0-beta-1...v2.0.0-beta-2
v2.0.0-beta-1
Full Changelog: v2.0.0-beta...v2.0.0-beta-1
v2.0.0-beta
Full Changelog: v1.0.11...v2.0.0-beta
v1.0.11
What's Changed
- Bump actions/setup-python from 3 to 4 by @dependabot in #15
- Bump crazy-max/ghaction-github-labeler from 3 to 4 by @dependabot in #16
- Bump github/codeql-action from 2.1.26 to 2.1.27 by @dependabot in #17
- Bump actions/setup-python from 4.2.0 to 4.3.0 by @dependabot in #18
- Bump github/codeql-action from 2.1.27 to 2.1.28 by @dependabot in #19
- Bump github/codeql-action from 2.1.28 to 2.1.29 by @dependabot in #21
- Bump mukunku/tag-exists-action from 1.0.0 to 1.1.0 by @dependabot in #23
- Bump github/codeql-action from 2.1.29 to 2.1.30 by @dependabot in #24
- Bump github/codeql-action from 2.1.30 to 2.1.31 by @dependabot in #25
- Bump github/codeql-action from 2.1.31 to 2.1.32 by @dependabot in #29
- Bump github/codeql-action from 2.1.32 to 2.1.33 by @dependabot in #30
- Bump mukunku/tag-exists-action from 1.1.0 to 1.2.0 by @dependabot in #33
- Bump github/codeql-action from 2.1.33 to 2.1.35 by @dependabot in #32
- Bump github/codeql-action from 2.1.35 to 2.1.36 by @dependabot in #34
- Bump actions/setup-python from 4.3.0 to 4.3.1 by @dependabot in #35
- Update manifest.json by @Ludy87 in #37
New Contributors
- @dependabot made their first contribution in #15
Full Changelog: v1.0.10...v1.0.11
v1.0.10
Full Changelog: v1.0.9...v1.0.10
v1.0.9
v1.0.8
v1.0.7-beta-3
deprecated configuration
unit: "kwh"
default unit is "kwh"
new optional
unit_heating: "Einheiten" # default kwh
unit_warmwater: "m³" # default kwh
Template
add more sample
- name: ECO Heizung Einheiten 03/2022
unit_of_measurement: "Einheiten"
state: "{{ state_attr('sensor.heating_2022_3_XXXXXXXXX', 'value') }}"
state_class: total
- name: ECO Heizung kwh 03/2022
unit_of_measurement: "kwh"
state: "{{ state_attr('sensor.heating_2022_3_XXXXXXXXX', 'valuekwh') }}"
state_class: total
- name: ECO Wasserverbrauch m³ 03/2022
unit_of_measurement: "m³"
state: "{{ state_attr('sensor.warmwater_2022_3_XXXXXXXXX', 'value') }}"
state_class: total
- name: ECO Wasserverbrauch kwh 03/2022
unit_of_measurement: "kwh"
state: "{{ state_attr('sensor.warmwater_2022_3_XXXXXXXXX', 'valuekwh') }}"
state_class: total
fix warning
Unsupported unit for device_class energy Fix #7
fix bug
ValueError: could not convert string to float: 'None' #4
What's Changed
Full Changelog: v1.0.6...v1.0.7-beta-3
🔖 v1.0.7-beta-2
Beta v1.0.7-beta-2
ValueError: could not convert string to float: 'None' #4
Full Changelog: v1.0.7-beta...v1.0.7-beta-2
v1.0.7-beta
Beta v1.0.7-beta
ValueError: could not convert string to float: 'None' #4
What's Changed
New Contributors
Full Changelog: v1.0.6...v1.0.7-beta