String formatting and max line length - Part 3 (#84394)
This commit is contained in:
parent
30df9e7706
commit
baef267f33
88 changed files with 517 additions and 218 deletions
|
@ -352,7 +352,10 @@ def _categorize_programs(hass_isy_data: dict, programs: Programs) -> None:
|
|||
actions = entity_folder.get_by_name(KEY_ACTIONS)
|
||||
if not actions or actions.protocol != PROTO_PROGRAM:
|
||||
_LOGGER.warning(
|
||||
"Program %s entity '%s' not loaded, invalid/missing actions program",
|
||||
(
|
||||
"Program %s entity '%s' not loaded, invalid/missing actions"
|
||||
" program"
|
||||
),
|
||||
platform,
|
||||
entity_folder.name,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue