Skip to content

Latest commit

 

History

History

integrations

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Integrations

Documentation: https://www.home-assistant.io/docs/configuration/splitting_configuration/

Here I have a file per "integration". They can be very simple (a couple of line to give an token for ex.). But if they related to multiple other integrations, devices or entities, they usually point with a folder the entities one where each of their sub-entities are listed.

This folder tends to becomes emptier since more and more integrations are now set-up in the UI.

Core integrations

Documentation: https://www.home-assistant.io/integrations/discovery/

Discovers and automatically configures zeroconf/mDNS and UPnP devices on your network.

Documentation: https://www.home-assistant.io/integrations/http/

Manages the server url and port, as well as the SSL connection.

Documentation: https://www.home-assistant.io/integrations/logbook/

Web interface to keep track of everything that happens in Home Assistant. It depends on the recorder integration (currently using the default settings of it in my case).

Documentation: https://www.home-assistant.io/integrations/logger/

Defines the level of logging activities in Home Assistant so that we can get more logs for specific components.

Documentation: https://www.home-assistant.io/integrations/map/

Enables a map on the frontend to display the location of tracked devices.

Documentation: https://www.home-assistant.io/integrations/mobile_app/

Allows Home Assistant mobile apps to easily integrate with the Home Assistant server (in my case, HassKit)

Documentation: https://www.home-assistant.io/integrations/updater/

Binary sensor that checks daily for new releases of Home Assistant.

More-complex integrations

Documentation: https://www.home-assistant.io/integrations/camera/

Point to the cameras folder where each of the cameras are set-up.

Documentation: https://www.home-assistant.io/integrations/google_assistant/

Enable the integration with Google Assistant. At the moment I mainly use it to expose zigbee devices to Google Assistant so that I can control them with my Google Homes.

Documentation: https://www.home-assistant.io/integrations/linky/

Documentation: https://www.home-assistant.io/integrations/sensor/

Documentation: https://www.home-assistant.io/integrations/sun/

Documentation: https://www.home-assistant.io/integrations/weather/

Helpers

Documentation: https://www.home-assistant.io/integrations/input_boolean/