Hi, I’ve been using HAD just fine and was tinkering with the dash file when something broke. Now I get this error constantly: Widget type Text not found. I’m not even using this widget type.
2017-08-08 15:21:09.034130 INFO Compiling dashboard ‘Living_Room’
2017-08-08 15:21:10.132501 WARNING Widget type not found: text
2017-08-08 15:21:10.133701 INFO function [compile_dash] finished in 1114 ms
2017-08-08 15:21:10.134249 WARNING ------------------------------------------------------------
2017-08-08 15:21:10.134579 WARNING Unexpected error during DASH creation
2017-08-08 15:21:10.134873 WARNING ------------------------------------------------------------
2017-08-08 15:21:10.135397 WARNING Traceback (most recent call last):
File “/usr/local/lib/python3.4/dist-packages/appdaemon/appdash.py”, line 108, in _load_dash
with open(include_path, “r”) as include_file:
FileNotFoundError: [Errno 2] No such file or directory: ‘/home/homeassistant/.homeassistant/conf/compiled/html/default/living_room_head.html’
2017-08-08 15:21:10.135721 WARNING ------------------------------------------------------------
widget_dimensions: [160, 160]
widget_margins: [20,20]
columns: 5
rows: 3
layout:
- all_lights_group, chandelier_group, wall_lamps_group, backlight_switch, fluxer_switch
- movie_scene, movie_off_scene, music_scene, music_off_scene
- switch.ac_power, switch.avr_power, switch.projector_power, switch.projector_screen, switch.rosie
fluxer_switch:
widget_style: switch
entity: switch.fluxer
title: Auto Color Temperature
backlight_switch:
widget_style: switch
entity: switch.console_backlight
title: Console Backlight
wall_lamps_group:
widget_type: group
entity: group.wall_lamps
title: Wall Lamps
monitored_entity: light.wall_side
all_lights_group:
widget_type: group
entity: group.living_room_lights
title: All Lights
monitored_entity: light.chandelier_1
chandelier_group:
widget_type: group
entity: group.chandelier
title: Chandelier
monitored_entity: light.chandelier_1
clock:
widget_type: clock
side_temperature:
widget_type: sensor
title: Temperature
units: “°C”
precision: 0
entity: sensor.temperature_158d00018301fd
side_humidity:
widget_type: sensor
title: Humidity
units: “%”
precision: 0
entity: sensor.humidity_158d00018301fd
bright_scene:
widget_type: scene
title: Bright
entity: scene.bright
icon_on: mdi-brightness-5
icon_off: mdi-brightness-5
dim_scene:
widget_type: scene
title: Dim
entity: scene.dim
icon_on: mdi-brightness-4
icon_off: mdi-brightness-4
medium_scene:
widget_type: scene
title: Medium
entity: scene.medium
icon_on: mdi-brightness-6
icon_off: mdi-brightness-6
movie_scene:
widget_type: scene
title: Movie On
entity: scene.movie
icon_on: mdi-movie
icon_off: mdi-movie
movie_off_scene:
widget_type: scene
title: Movie Off
entity: scene.nomoremovie
icon_on: mdi-stop-circle
icon_off: mdi-stop-circle
music_scene:
widget_type: scene
title: Music On
entity: scene.music
icon_on: mdi-music-note
icon_off: mdi-music-note
music_off_scene:
widget_type: scene
title: Music Off
entity: scene.music_off
icon_on: mdi-music-note-off
icon_off: mdi-music-note-off