notebook/IT/domotique/homeassistant.md
vincent efbd8ba596
All checks were successful
continuous-integration/drone/push Build is passing
finish markdown linting
2021-04-20 23:13:14 +02:00

373 B

Home ASSistant

instalation

yay home-assistant

  • need mosquito broker for mqtt

Cheatsheet

event

  • cube xiaomi xiaomi_aqara.cube_action

SQL request

  • get most use entity: SELECT entity_id, COUNT(*) as count FROM hass.states GROUP BY entity_id ORDER BY count DESC LIMIT 20