mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 10:59:40 +00:00
Add smartthings configuration_url (#58676)
This commit is contained in:
@@ -579,6 +579,8 @@ async def test_entity_and_device_attributes(hass, thermostat):
|
||||
|
||||
entry = device_registry.async_get_device({(DOMAIN, thermostat.device_id)})
|
||||
assert entry
|
||||
assert entry.configuration_url == "https://account.smartthings.com"
|
||||
assert entry.identifiers == {(DOMAIN, thermostat.device_id)}
|
||||
assert entry.name == thermostat.label
|
||||
assert entry.model == thermostat.device_type_name
|
||||
assert entry.manufacturer == "Unavailable"
|
||||
|
||||
Reference in New Issue
Block a user