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:
springstan
2020-02-24 17:47:52 +01:00
committed by GitHub
parent 07fa844c43
commit 9801810552
66 changed files with 201 additions and 315 deletions

View File

@@ -5,7 +5,6 @@ import logging
LOGGER = logging.getLogger(__package__)
DOMAIN = "device_tracker"
ENTITY_ID_FORMAT = DOMAIN + ".{}"
PLATFORM_TYPE_LEGACY = "legacy"
PLATFORM_TYPE_ENTITY = "entity_platform"