Last active
April 24, 2025 17:47
-
-
Save jimmy-zhening-luo/2cc129b5107625e964215f7a4cd1e1e1 to your computer and use it in GitHub Desktop.
Home Assistant Default Integrations
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Home Assistant Default Integrations | |
## v2025.4.3 (April 2025) | |
# To enable all default integrations | |
# recommended by Home Assistant, uncomment the | |
# following line (remove the preceding hash '#' | |
# and any spaces). | |
#default_config: | |
# Otherwise, to choose for yourself which of | |
# the default integrations to enable, in the | |
# remaining lines, each representing one | |
# default integration: enable an integration by | |
# commenting the line (add a '#' to the start | |
# of the line), and disable an integration by | |
# uncommenting the line (remove the preceding | |
# hash '#' and any spaces). To start, all | |
# default integrations as of the version number | |
# (date) above are enabled, except for the | |
# one (1) integration related to Home | |
# Assistant's paid cloud service, which is not | |
# at all integral or desirable to most people's | |
# usecase. To disable voice assistant, you may | |
# also comment `assist_pipeline` and | |
# `conversation`. See the latest default | |
# integrations at: | |
# https://home-assistant.io/integrations/default_config/ | |
assist_pipeline: | |
backup: | |
bluetooth: | |
#cloud: | |
config: | |
conversation: | |
dhcp: | |
energy: | |
go2rtc: | |
history: | |
homeassistant_alerts: | |
image_upload: | |
logbook: | |
media_source: | |
mobile_app: | |
my: | |
ssdp: | |
stream: | |
sun: | |
usb: | |
webhook: | |
zeroconf: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment