-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added icon and device_class for some Aqara device entities #20746
Conversation
This can be set on the expose data now, e.g. power_outage_count got it updated in this change Koenkk/zigbee-herdsman-converters@2c08cdc#diff-5ec1d2e171ffffe0fed4b8c16747c7db4925aa15553a4c9fa8d71bbb2c45bf6aR741 |
@sjorge you are right, @mrskycriper please use the |
|
@Koenkk I've removed all mentions of |
@mrskycriper can you try changing the description and see if it is reflected in the z2m frontend? |
@Koenkk that is the strange part, absolutely no reaction on any change in descriptions. As if the external converter doesn't exist |
Did you add it to your z2m configuration.yaml or do you see an error message about loading the external converter at startup? |
@Koenkk found it in the logs and fixed the imports. Now it kinda works, but the custom local fromZigbee and toZigbee converters need a custom type |
Created PR for continued discussion Koenkk/zigbee-herdsman-converters#6922 |
Added
icon
anddevice_class
for secondary entities of these Aqara devices:SRTS-A01 (Smart Radiator Thermostat E1)
setup
withdevice_class: 'running'
valve_alarm
withdevice_class: 'problem'
window_open
withdevice_class: 'window'
valve_detection
withicon: 'mdi:pipe-valve'
window_detection
withicon: 'mdi:window-open-variant'
sensor_temp
withicon: 'mdi:thermometer'
sensor
withicon: 'mdi:tune'
calibrate
withicon: 'mdi:tune'
SP-EUC01 (EU smart plug)
auto_off
withicon: 'mdi:flash-auto'
overload_protection
withicon: 'mdi:flash'
RTCGQ14LM (P1 human body movement and illuminance sensor)
trigger_indicator
withicon: 'mdi:led-on'
detection_interval
withicon: 'mdi:timer'
WS-EUK01 (Smart wall switch H1 EU (no neutral, single rocker))
mode_switch
withicon: 'mdi:tune'
Almost all Aqara devices
power_outage_count
withicon: 'mdi:counter'