1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 21:47:08 +00:00
Files
core/tests/components/ring/fixtures/groups.json
cosimomeli 360f7dea75 Add Ring Intercom support (#109819)
* Add button entity

* Add support for Ring intercom ("other" device type)

* description

* format

* - Tests
- Fallback when intercom devices arent inside response

* Fix ring button

* Update library

* Fix button after merge

* Move names to strings.json

* Remove button entity_category

* Add wifi sensors to other

* Add last_ sensors to other

* Fix tests

* Add button test

* Add new sensors tests

* Revert "Add last_ sensors to other"

This reverts commit 5c03bba5a1.

* Update library

* Revert "Revert "Add last_ sensors to other""

This reverts commit 27631978d0.

* Fix tests

* Remove default list for other

Co-authored-by: Steven B. <51370195+sdb9696@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Steven B. <51370195+sdb9696@users.noreply.github.com>

* Copy mock to conftest

* Fix history test

* Change time skip

* Remove button

* Fix history test

---------

Co-authored-by: Martin Pham <tuyentq2009@gmail.com>
Co-authored-by: Steven B. <51370195+sdb9696@users.noreply.github.com>
2024-03-15 12:59:36 +01:00

25 lines
634 B
JSON

{
"device_groups": [
{
"device_group_id": "mock-group-id",
"location_id": "mock-location-id",
"name": "Landscape",
"devices": [
{
"doorbot_id": 12345678,
"location_id": "mock-location-id",
"type": "beams_ct200_transformer",
"mac_address": null,
"hardware_id": "1234567890",
"name": "Mock Transformer",
"deleted_at": null
}
],
"created_at": "2020-11-03T22:07:05Z",
"updated_at": "2020-11-19T03:52:59Z",
"deleted_at": null,
"external_id": "12345678-1234-5678-90ab-1234567890ab"
}
]
}