Attualmente ho hassio 0.99.3 e vorrei passare alle 0.102.3 il problema è che checkando la configurazione mi trova dei problemi che non riesco proprio a capire. Allego il log
repack_status: ?
icon: mdi:database-check
initial: -
name: Stato Repack
light: [source /tmp/config/configuration.yaml:92]
- platform: switch
entity_id: switch.fibaro_system_fgs222_double_relay_switch_2x1_5kw_switch
name: Ingresso
- platform: switch
entity_id: switch.fibaro_system_fgs222_double_relay_switch_2x1_5kw_switch_2
name: Specchio
- platform: switch
entity_id: switch.fibaro_system_fgs222_double_relay_switch_2x1_5kw_switch_3
name: Faretti Cucina
- platform: switch
entity_id: switch.fibaro_system_fgs222_double_relay_switch_2x1_5kw_switch_4
name: Faretti Sala
- platform: switch
entity_id: switch.shenzhen_neo_electronics_co_ltd_power_plug_12a_switch
name: Lampada Sale
notify: [source /tmp/config/configuration.yaml:216]
- platform: alexa_media
name: alexa_media
script: [source /tmp/config/configuration.yaml:81]
grande_fratello: [source /tmp/config/scripts.yaml:1]
alias: Grande Fratello
sequence: [source /tmp/config/scripts.yaml:3]
- entity_id: media_player.tv_sala
service: homeassistant.turn_on
- delay: [object Object]
- data: [source /tmp/config/scripts.yaml:7]
entity_id: media_player.tv_sala
media_content_id: 505
media_content_type: channel
service: media_player.play_media
- data: [source /tmp/config/scripts.yaml:12]
message: Stai Guardando Il grande Fratello
service: notify.tv_sala
netflix: [source /tmp/config/scripts.yaml:15]
alias: Netfilx
sequence: [source /tmp/config/scripts.yaml:17]
- entity_id: media_player.tv_sala
service: homeassistant.turn_on
- delay: [source /tmp/config/scripts.yaml:20]
seconds: 1
- data: [source /tmp/config/scripts.yaml:23]
entity_id: media_player.tv_sala
media_content_id: Netflix
media_content_type: source
service: media_player.play_media
repack_db: ?
alias: Repack DB
sequence: ?
- data_template: [source /tmp/config/packages/repackdb.yaml:97]
keep_days: {{ states('input_number.day_to_keep') | int }}
repack: True
service: recorder.purge
sensor: ?
- platform: yr
- platform: command_line
command: cat /sys/class/thermal/thermal_zone0/temp
name: RaspCPU
unit_of_measurement: °C
value_template: {{ value | multiply(0.001) | round(1)}}
- platform: systemmonitor
resources: [source /tmp/config/configuration.yaml:45]
- arg: /home
type: disk_use_percent
- type: memory_use_percent
- type: processor_use
- platform: time_date
display_options: [source /tmp/config/configuration.yaml:56]
- time
- date
- date_time
- platform: template
sensors: [source /tmp/config/configuration.yaml:62]
stato_cucina: [source /tmp/config/configuration.yaml:63]
friendly_name: stato cucina
value_template: {% if is_state('light.faretti_cucina', 'off') and is_state('light.specchio', 'off') %}
Spente
{% elif is_state('light.faretti_cucina', 'on') and is_state('light.specchio', 'off') %}
Faretti
{% elif is_state('light.faretti_cucina', 'off') and is_state('light.specchio', 'on') %}
Specchio
{% else %}
Tutte
{% endif %}
- platform: filesize
file_paths: [source /tmp/config/packages/repackdb.yaml:85]
- /config/home-assistant_v2.db
wake_on_lan: ?
weather: [source /tmp/config/configuration.yaml:121]
- platform: darksky
api_key: xxxxxxxxxxx
name: Meteo
wemo: ?
Successful config (partial)
http:
Avete qualche idea su come risolvere?