Fix translations for binary_sensor tampered device triggers (#60996)

pull/61007/head
Erik Montnemery 2021-12-04 18:38:09 +01:00 committed by GitHub
parent e33774a61e
commit a5b0e21e08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -90,8 +90,8 @@
"no_smoke": "{entity_name} stopped detecting smoke",
"sound": "{entity_name} started detecting sound",
"no_sound": "{entity_name} stopped detecting sound",
"is_tampered": "{entity_name} started detecting tampering",
"is_not_tampered": "{entity_name} stopped detecting tampering",
"tampered": "{entity_name} started detecting tampering",
"not_tampered": "{entity_name} stopped detecting tampering",
"update": "{entity_name} got an update available",
"no_update": "{entity_name} became up-to-date",
"vibration": "{entity_name} started detecting vibration",