@@ -200,7 +200,7 @@ async def test_diagnostics(hass, hass_client) -> None:
200
200
"parent_keypad" : "9" ,
201
201
},
202
202
"1372" : {
203
- "button_name" : "Kitchen " " Pendants" ,
203
+ "button_name" : "Kitchen Pendants" ,
204
204
"leap_button_number" : 3 ,
205
205
"led_device_id" : "1362" ,
206
206
"lutron_device_id" : "1372" ,
@@ -214,16 +214,16 @@ async def test_diagnostics(hass, hass_client) -> None:
214
214
"buttons" : ["1372" ],
215
215
"device_info" : {
216
216
"identifiers" : [["lutron_caseta" , 66286451 ]],
217
- "manufacturer" : "Lutron " " Electronics " " Co., " " Inc" ,
218
- "model" : "RRST-W3RL-XX " " (SunnataKeypad)" ,
219
- "name" : "Hallway " " Main " " Stairs " " Position 1 " " Keypad" ,
217
+ "manufacturer" : "Lutron Electronics Co., Inc" ,
218
+ "model" : "RRST-W3RL-XX (SunnataKeypad)" ,
219
+ "name" : "Hallway Main Stairs Position 1 Keypad" ,
220
220
"suggested_area" : "Hallway" ,
221
221
"via_device" : ["lutron_caseta" , 1234 ],
222
222
},
223
223
"dr_device_id" : ANY ,
224
224
"lutron_device_id" : "1355" ,
225
225
"model" : "RRST-W3RL-XX" ,
226
- "name" : "Main Stairs Position 1 " " Keypad" ,
226
+ "name" : "Main Stairs Position 1 Keypad" ,
227
227
"serial" : 66286451 ,
228
228
"type" : "SunnataKeypad" ,
229
229
},
@@ -233,10 +233,10 @@ async def test_diagnostics(hass, hass_client) -> None:
233
233
"buttons" : ["111" ],
234
234
"device_info" : {
235
235
"identifiers" : [["lutron_caseta" , 68551522 ]],
236
- "manufacturer" : "Lutron " " Electronics " " Co., " " Inc" ,
237
- "model" : "PJ2-3BRL-GXX-X01 " " (Pico3ButtonRaiseLower)" ,
238
- "name" : "Dining Room " " Pico" ,
239
- "suggested_area" : "Dining " " Room" ,
236
+ "manufacturer" : "Lutron Electronics Co., Inc" ,
237
+ "model" : "PJ2-3BRL-GXX-X01 (Pico3ButtonRaiseLower)" ,
238
+ "name" : "Dining Room Pico" ,
239
+ "suggested_area" : "Dining Room" ,
240
240
"via_device" : ["lutron_caseta" , 1234 ],
241
241
},
242
242
"dr_device_id" : ANY ,
0 commit comments