Abrir la entrada Creating external components for ESPHome

Creating external components for ESPHome

There are diferent resources for creating components for ESPHome. ESPhome architecture documentation provides a high level description on how to create a simple component. It also links to examples in a repository. The examples provided describe simple components and some complex ones, using inheritance, for example to create a binary_output component out of a binary_sensor...

"Creating external components for ESPHome"Seguir leyendo

Abrir la entrada Extending HomeAssistant history data

Extending HomeAssistant history data

HomeAssistant ships with a default 10 days retention period. The recorder core integration is responsible of this behaviour. By default the recorder stores the data in a SQLite database. It grows depending on the number of sensors. The recorder is built into the HA core, and thus, it uses Python. In fact, it uses a...

"Extending HomeAssistant history data"Seguir leyendo

Volver arriba