File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed
home_automation/home_assistant Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 2525 # renovatebot: datasource=github-releases depName=chomupashchuk/delete-file-home-assistant versioning=pep440
2626 CUSTOM_COMPONENT_DELETE_FILE_VERSION=1.9 \
2727 # renovatebot: datasource=github-releases depName=uvejota/homeassistant-edata
28- CUSTOM_COMPONENT_EDATA_VERSION=2025.03.1 \
28+ CUSTOM_COMPONENT_EDATA_VERSION=0f812f83854f85a5d000e29939db89618c2c67a4 \
29+ # # ⬆️ Revert when https://github.com/uvejota/homeassistant-edata/pull/296 is closed
2930 # renovatebot: datasource=github-releases depName=ekutner/home-connect-hass
3031 CUSTOM_COMPONENT_HOME_CONNECT_VERSION=1.3.1 \
3132 # renovatebot: datasource=github-releases depName=smartHomeHub/SmartIR
9091 && cd /tmp/delete-file-home-assistant && git checkout $CUSTOM_COMPONENT_DELETE_FILE_VERSION \
9192 && cd - && cp -r /tmp/delete-file-home-assistant/custom_components/* /opt/HA/config/custom_components/ \
9293 # edata
93- && git clone https://github.com/uvejota/homeassistant-edata.git /tmp/homeassistant-edata \
94+ # && git clone https://github.com/uvejota/homeassistant-edata.git /tmp/homeassistant-edata \
95+ # # ⬇️ ⬆️ Revert when https://github.com/uvejota/homeassistant-edata/pull/296 is closed
96+ && git clone https://github.com/pedroangelini/homeassistant-edata.git /tmp/homeassistant-edata \
9497 && cd /tmp/homeassistant-edata && git checkout $CUSTOM_COMPONENT_EDATA_VERSION \
9598 && cd - && cp -r /tmp/homeassistant-edata/custom_components/* /opt/HA/config/custom_components/ \
9699 # HomeConnect (Bosh/Balay/Siemens)
Original file line number Diff line number Diff line change 11- type : thermostat
22 name : Centralized AC
33 entity : climate.centralized_ac
4+ features :
5+ - style : dropdown
6+ type : climate-hvac-modes
7+ - style : dropdown
8+ type : climate-fan-modes
49- type : vertical-stack
510 title : ' Dyson Fan 01'
611 cards :
1924 - type : thermostat
2025 name : Hot control
2126 entity : climate.dyson_01
27+ features :
28+ - style : dropdown
29+ type : climate-hvac-modes
30+ - style : dropdown
31+ type : climate-fan-modes
You can’t perform that action at this time.
0 commit comments