Skip to content

abjugard/homeassistant-mostly_default_config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Mostly Default Config for Home Assistant

Implements a mostly default config for those who wish for their configuration to follow the default configuration, but excluding specific component(s).

Installation

  1. Install this custom component (it is recommended to add this as a custom repository in HACS)
  2. Remove default_config from configuration.yaml and replace it with something like:
mostly_default_config:
  exclude:
    - map
    - logbook
    - ...
  1. Restart Home Assistant
  2. Enjoy a default config without the specific component(s) you wanted to disable

See here for a current list of components that are loaded by default_config and can be individually excluded by this component.

Limitations

Current implementation will always load recorder since that particular component requires special setup.

About

Implements a mostly default config component for Home Assistant

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages