#httpshome assistant
1 messages · Page 1 of 1 (latest)
Logger: homeassistant.config
Source: config.py:888
First occurred: 13:58:08 (1 occurrences)
Last logged: 13:58:08
Invalid config for [sensor.history_stats]: Entity ID game_pc_aanuit is an invalid entity ID for dictionary value @ data['entity_id']. Got 'game_pc_aanuit'. (See /config/configuration.yaml, line 55). Please check the docs at https://www.home-assistant.io/integrations/history_stats
And ... the error tells you the problem
Any hints? I have created the template binary sensor
The hint is you have to give it an entity
game_pc_aanuit isn't an entity
switch.game_pc_aanuit or binary_sensor.game_pc_aanuit would be
I think I understand it now