Home Assistant has updated to latest mdi icon set, so the hand icons are available with all variations now, including the -off variants to indicate child lock is enabled.
@@ -98,6 +98,6 @@ secondary_entities:
name: lock
mapping:
- dps_val: true
- icon: "mdi:account-lock"
+ icon: "mdi:hand-back-right-off"
- dps_val: false
- icon: "mdi:account"
+ icon: "mdi:hand-back-right"
@@ -62,9 +62,9 @@ secondary_entities:
type: boolean
- entity: light
name: Display
dps:
@@ -63,9 +63,9 @@ secondary_entities:
@@ -85,6 +85,6 @@ secondary_entities:
@@ -244,9 +244,9 @@ secondary_entities:
- entity: switch
name: Air Clean
icon: "mdi:air-purifier"
@@ -42,7 +42,7 @@ secondary_entities:
@@ -50,6 +50,6 @@ secondary_entities:
@@ -138,6 +138,6 @@ secondary_entities:
@@ -43,6 +43,6 @@ secondary_entities:
@@ -42,6 +42,6 @@ secondary_entities:
@@ -66,9 +66,9 @@ secondary_entities:
name: Sound
@@ -2,6 +2,6 @@
"name": "Tuya Local",
"render_readme": true,
"domains": ["climate", "fan", "humidifier", "light", "lock", "switch"],
- "homeassistant": "2021.5.0",
+ "homeassistant": "2021.10.0",
"iot_class": "Local Polling"
}