Use f-strings in integrations starting with "B"-"E" (#32121)
* Use f-strings in integrations starting with B * Use f-strings in integrations starting with C * Use f-strings in integrations starting with D * Use f-strings in integrations starting with E * Fix pylint errors * Fix pylint errors v2 * Fix tests * Fix tests v2
This commit is contained in:
parent
07fa844c43
commit
9801810552
66 changed files with 201 additions and 315 deletions
|
@ -31,13 +31,6 @@ NEW_LIGHT = "lights"
|
|||
NEW_SCENE = "scenes"
|
||||
NEW_SENSOR = "sensors"
|
||||
|
||||
NEW_DEVICE = {
|
||||
NEW_GROUP: "deconz_new_group_{}",
|
||||
NEW_LIGHT: "deconz_new_light_{}",
|
||||
NEW_SCENE: "deconz_new_scene_{}",
|
||||
NEW_SENSOR: "deconz_new_sensor_{}",
|
||||
}
|
||||
|
||||
ATTR_DARK = "dark"
|
||||
ATTR_OFFSET = "offset"
|
||||
ATTR_ON = "on"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue