Hi, thanks for answering. I don’t have any exclusions in recorder.
I don’t have anything included either abaut recorder, but I didn’t before and it worked for me. I just included it, but it’s still the same.
All my configuration.yaml:
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
# http:
# base_url: example.duckdns.org:8123
# Text to speech
tts:
- platform: google_translate
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
recorder:
include:
domains:
- sensor
- switch
sonoff:
username: xxxxxxxxxxxxxxxxxxxxx
password: xxxxxxxxxxxxxxxx
scan_interval: 60
grace_period: 600
api_region: 'eu'
sensor:
- platform: mqtt
name: "nodedorm"
state_topic: "Temperatura"
unit_of_measurement: '°C'
switch:
- platform: mqtt
name: "nodeInterrup"
state_topic: "Estado"
command_topic: "Encender"
payload_on: "ON"
payload_off: "OFF"