1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-02 22:52:06 +01:00
Files
core/homeassistant/components/whirlpool/icons.json
Abílio Costa 704777444c Refactor Whirlpool sensor platform (#141958)
* Refactor Whirlpool sensor platform

* Rename sensor classes

* Remove unused logging

* Split washer dryer translation keys to use icon translations

* Address review comments

* Remove entity name; fix sentence casing
2025-04-01 20:02:24 +02:00

13 lines
187 B
JSON

{
"entity": {
"sensor": {
"washer_state": {
"default": "mdi:washing-machine"
},
"dryer_state": {
"default": "mdi:tumble-dryer"
}
}
}
}