diff --git a/configuration.yaml b/configuration.yaml index 7ae654a..51b189c 100755 --- a/configuration.yaml +++ b/configuration.yaml @@ -53,13 +53,6 @@ recorder: zone: !include include/zone/zones.yaml -input_boolean: - first_run: - initial: off - first_run_eve: - initial: off - first_run_stue: - initial: off timer: indkorsel: @@ -113,12 +106,16 @@ device_tracker: !include include/device_trackers.yaml input_datetime: !include_dir_merge_named include/input/datetime/ input_number: !include_dir_merge_named include/input/number/ input_select: !include_dir_merge_named include/input/select/ +input_boolean: !include_dir_merge_named include/input/boolean/ light: !include_dir_merge_list include/lights/ panel_iframe: !include_dir_merge_named include/panels/ script: !include_dir_merge_named include/scripts/ shell_command: !include_dir_merge_named include/shell_commands/ switch: !include_dir_merge_list include/switches/ +browser_mod: + + lovelace: mode: yaml