mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-08 18:39:40 +00:00
Logbook: fix custom Icon (#7175)
This commit is contained in:
@@ -18,7 +18,7 @@ export const binarySensorIcon = (state?: string, stateObj?: HassEntity) => {
|
||||
case "garage_door":
|
||||
return is_off ? "hass:garage" : "hass:garage-open";
|
||||
case "power":
|
||||
return is_off ? "hass:power-off" : "hass:power-on";
|
||||
return is_off ? "hass:power-plug" : "hass:power-plug-off";
|
||||
case "gas":
|
||||
case "problem":
|
||||
case "safety":
|
||||
|
||||
Reference in New Issue
Block a user