mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +00:00
Fix translations for binary_sensor tampered device triggers (#60996)
This commit is contained in:
parent
e33774a61e
commit
a5b0e21e08
@ -90,8 +90,8 @@
|
|||||||
"no_smoke": "{entity_name} stopped detecting smoke",
|
"no_smoke": "{entity_name} stopped detecting smoke",
|
||||||
"sound": "{entity_name} started detecting sound",
|
"sound": "{entity_name} started detecting sound",
|
||||||
"no_sound": "{entity_name} stopped detecting sound",
|
"no_sound": "{entity_name} stopped detecting sound",
|
||||||
"is_tampered": "{entity_name} started detecting tampering",
|
"tampered": "{entity_name} started detecting tampering",
|
||||||
"is_not_tampered": "{entity_name} stopped detecting tampering",
|
"not_tampered": "{entity_name} stopped detecting tampering",
|
||||||
"update": "{entity_name} got an update available",
|
"update": "{entity_name} got an update available",
|
||||||
"no_update": "{entity_name} became up-to-date",
|
"no_update": "{entity_name} became up-to-date",
|
||||||
"vibration": "{entity_name} started detecting vibration",
|
"vibration": "{entity_name} started detecting vibration",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user