Add fixture for Tuya camera (knkaf1d0dytgyhix)#169967
Merged
Merged
Conversation
Contributor
|
Hey there @tuya, @zlinoliver, mind taking a look at this pull request as it has been labeled with an integration ( Code owner commandsCode owners of
|
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new Tuya sp_ device fixture for product knkaf1d0dytgyhix (Security Camera) and updates Tuya platform snapshots so the test suite reflects the entities discovered for this device.
Changes:
- Added a new Tuya camera fixture (
sp_knkaf1d0dytgyhix) to the shared test fixture set. - Updated snapshot coverage for newly discovered entities across camera/event/light/select/siren/switch.
- Updated Tuya device registry snapshot to include the new device.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| tests/components/tuya/fixtures/sp_knkaf1d0dytgyhix.json | New fixture describing the Security Camera device and its DP/status data. |
| tests/components/tuya/snapshots/test_camera.ambr | Snapshot updates for the new camera entity. |
| tests/components/tuya/snapshots/test_event.ambr | Snapshot updates for the new doorbell-message event entity. |
| tests/components/tuya/snapshots/test_init.ambr | Device registry snapshot updated for the new device entry. |
| tests/components/tuya/snapshots/test_light.ambr | Snapshot updates for the indicator light entity. |
| tests/components/tuya/snapshots/test_select.ambr | Snapshot updates for select entities (sensitivity/modes). |
| tests/components/tuya/snapshots/test_siren.ambr | Snapshot updates for the siren entity. |
| tests/components/tuya/snapshots/test_switch.ambr | Snapshot updates for multiple new config switches. |
| "alarm_message": "**REDACTED**", | ||
| "ipc_contrast": 50, | ||
| "ipc_bright": 50, | ||
| "initiative_message": "eyJ2IjoiNS4wIiwiZmlsZXMiOlt7ImRhdGEiOiI1ZWViNWI0NjU4OGFlNjgwYWQwNmYwNTIzZTQxYjU4YmY1YzJlOThmZGM4ZWE0OWI4MWQ3ODFmOWU0ZDg0ZDRkNDVlMmVhNmNjYTM0YTY5YmM4NTJkZWJhYjE5ODNlOWM1ZTRlYzkxY2E3MjYxOGY2MjI4YTgyOWRlZmIxOGIyYmY2OGI4NzU5OWNiOGZjZDU4ZDM1NTJkOTAzNDU5N2E3OTE5MjE0YjQxNDYwZjVmMDM0MjRkYTY2Y2VkMWMzODI2NGExN2Q1ZGVlNDQxMmY1MzZkZWM4YTkxZjdkMjg4YzI1OTEzYWQ0ZWQ5MWU1NTUzODRjYjAyYzQ0YmEzMWFlIiwia2V5SWQiOiJkZWZhdWx0IiwiaXYiOiJlN2ZiMmQxOGU1ODY2YWFlMmNmNjE2N2RjNTM5Y2E0YSJ9XSwiY21kIjoiaXBjX21vdGlvbiIsInR5cGUiOiJpbWFnZSJ9" |
Contributor
There was a problem hiding this comment.
That makes me wonder if it should be redacted in diagnostics for everyone.
epenet
approved these changes
May 7, 2026
This was referenced May 7, 2026
Merged
bluephlame
pushed a commit
to bluephlame/core
that referenced
this pull request
May 8, 2026
Co-authored-by: mik-laj <12058428+mik-laj@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Breaking change
Proposed change
New fixture for my device.
Aliexpress: https://pl.aliexpress.com/item/1005007985789278.html?gatewayAdapt=glo2pol
PR with more entitites: #169966
Type of change
Additional information
Checklist
ruff format homeassistant tests)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest.requirements_all.txt.Updated by running
python3 -m script.gen_requirements_all.To help with the load of incoming pull requests: