Skip to content

Commit 76ae71b

Browse files
committed
HA: Minor UI improvements
1 parent 41b6cdf commit 76ae71b

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

home_automation/home_assistant/Dockerfile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ ENV \
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
@@ -90,7 +91,9 @@ RUN \
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)

home_automation/home_assistant/config/ui-views/Climate.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
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:
@@ -19,3 +24,8 @@
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

0 commit comments

Comments
 (0)