-
-
Notifications
You must be signed in to change notification settings - Fork 38.2k
Add more entities for Tuya camera #169966
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
4d08621
b20ee28
1823368
73f0807
9aa2eb7
9f81a37
aa62a6f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -717,6 +717,16 @@ | |
| translation_key="motion_alarm", | ||
| entity_category=EntityCategory.CONFIG, | ||
| ), | ||
| SwitchEntityDescription( | ||
| key=DPCode.MOTION_AREA_SWITCH, | ||
| translation_key="activity_area", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What exactly is this? I don't understand it from the translation_key or the translation string.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Maybe "specific_area_monitoring" / "Monitor specific area" would be more understable for english users and for translators
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I updated the name to "Motion Detection Zone". What do you think?
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Maybe add "Use" prefix?
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. cc @NoRi2909
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done. |
||
| entity_category=EntityCategory.CONFIG, | ||
| ), | ||
|
mik-laj marked this conversation as resolved.
|
||
| SwitchEntityDescription( | ||
| key=DPCode.IPC_AUTO_SIREN, | ||
| translation_key="trigger_siren", | ||
|
epenet marked this conversation as resolved.
Outdated
epenet marked this conversation as resolved.
Outdated
|
||
| entity_category=EntityCategory.CONFIG, | ||
| ), | ||
|
mik-laj marked this conversation as resolved.
mik-laj marked this conversation as resolved.
Comment on lines
+720
to
+729
|
||
| ), | ||
| DeviceCategory.SZ: ( | ||
| SwitchEntityDescription( | ||
|
|
||

Uh oh!
There was an error while loading. Please reload this page.