Add new name handling for Shelly RPC devices (#60539)

This commit is contained in:
Simone Chemelli 2021-11-29 16:16:49 +01:00 committed by GitHub
parent 0f2e39adee
commit 07c09ab268
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View file

@ -58,9 +58,9 @@ MOCK_BLOCKS = [
MOCK_CONFIG = {
"input:0": {"id": 0, "type": "button"},
"switch:0": {"name": "test switch_0"},
"sys": {"ui_data": {}},
"wifi": {
"ap": {"ssid": "Test name"},
"sys": {
"ui_data": {},
"device": {"name": "Test name"},
},
}