mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 11:46:42 +00:00
Modified icons of binary sensors: gas, problem, safety, smoke (#7403)
This commit is contained in:
parent
41b59e6e11
commit
5065901196
@ -23,7 +23,7 @@ export const binarySensorIcon = (state?: string, stateObj?: HassEntity) => {
|
|||||||
case "problem":
|
case "problem":
|
||||||
case "safety":
|
case "safety":
|
||||||
case "smoke":
|
case "smoke":
|
||||||
return is_off ? "hass:shield-check" : "hass:alert";
|
return is_off ? "hass:check-circle" : "hass:alert-circle";
|
||||||
case "heat":
|
case "heat":
|
||||||
return is_off ? "hass:thermometer" : "hass:fire";
|
return is_off ? "hass:thermometer" : "hass:fire";
|
||||||
case "light":
|
case "light":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user