hass-core/homeassistant/components/technove/icons.json
Christophe Gagnier 79ba315008
Add charging enabled switch to TechnoVE (#121484)
* Add session_active switch to TechnoVE

* Replace multi-line lambda with function def

* Make lambda one line
2024-08-23 22:45:26 +02:00

14 lines
191 B
JSON

{
"entity": {
"sensor": {
"ssid": {
"default": "mdi:wifi"
}
},
"switch": {
"session_active": {
"default": "mdi:ev-station"
}
}
}
}