mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
* Remove _attr_name = None from generic base class * Add support for identify buttons to WMS WebControl pro * Fix PERF401 as suggested by joostlek * Fix fixture name after rebase * Split test --------- Co-authored-by: Joostlek <joostlek@outlook.com>
17 lines
434 B
Plaintext
17 lines
434 B
Plaintext
# serializer version: 1
|
|
# name: test_button_update
|
|
StateSnapshot({
|
|
'attributes': ReadOnlyDict({
|
|
'attribution': 'Data provided by WMS WebControl pro API',
|
|
'device_class': 'identify',
|
|
'friendly_name': 'Markise Identify',
|
|
}),
|
|
'context': <ANY>,
|
|
'entity_id': 'button.markise_identify',
|
|
'last_changed': <ANY>,
|
|
'last_reported': <ANY>,
|
|
'last_updated': <ANY>,
|
|
'state': 'unknown',
|
|
})
|
|
# ---
|