You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
June release has brought change to how command_line integration is configured in YAML files.
This required change to how code looks and how files are set
Due to my split configuration, I've added folder command_line and subfolders for switch, sensor and binary_sensor, as only those are currently used in my setup.
June release has brought change to how
command_line
integration is configured in YAML files.This required change to how code looks and how files are set
Due to my split configuration, I've added folder
command_line
and subfolders forswitch
,sensor
andbinary_sensor
, as only those are currently used in my setup.Code is easy to change.
Old:
Is now:
And it all is called within integrations folder like this:
command_line: !include_dir_merge_list ../entities/command_line
Note that it has to use
inclide_dir_merged_list
.The text was updated successfully, but these errors were encountered: