Añadido ui & media control
This commit is contained in:
@@ -4,16 +4,24 @@ homeassistant:
|
|||||||
# Location required to calculate the time the sun rises and sets
|
# Location required to calculate the time the sun rises and sets
|
||||||
latitude: !secret hogar_latitud
|
latitude: !secret hogar_latitud
|
||||||
longitude: !secret hogar_longitud
|
longitude: !secret hogar_longitud
|
||||||
# Impacts weather/sunrise data (altitude above sea level in meters)
|
|
||||||
elevation: !secret hogar_elevacion
|
|
||||||
# metric for Metric, imperial for Imperial
|
# metric for Metric, imperial for Imperial
|
||||||
unit_system: metric
|
unit_system: metric
|
||||||
# Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
# Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
||||||
time_zone: !secret hogar_zonahoraria
|
time_zone: !secret hogar_zonahoraria
|
||||||
|
media_dirs:
|
||||||
|
music: "/media/music"
|
||||||
|
video: "/media/video"
|
||||||
|
|
||||||
# Customization file
|
# Customization file
|
||||||
customize: !include customize.yaml
|
customize: !include customize.yaml
|
||||||
packages: !include_dir_named packages
|
packages: !include_dir_named packages
|
||||||
|
|
||||||
|
frontend:
|
||||||
|
themes: !include_dir_merge_named themes
|
||||||
|
|
||||||
|
mobile_app:
|
||||||
|
|
||||||
|
media_source:
|
||||||
group: !include groups.yaml
|
group: !include groups.yaml
|
||||||
automation: !include_dir_merge_list automation
|
automation: !include_dir_merge_list automation
|
||||||
script: !include scripts.yaml
|
script: !include scripts.yaml
|
||||||
@@ -21,8 +29,8 @@ script: !include scripts.yaml
|
|||||||
hacs:
|
hacs:
|
||||||
token: 5bb7e3904cd0c2928a78ac11c92ff6ac00c5d107
|
token: 5bb7e3904cd0c2928a78ac11c92ff6ac00c5d107
|
||||||
|
|
||||||
lovelace:
|
#lovelace:
|
||||||
mode: yaml
|
# mode: yaml
|
||||||
|
|
||||||
tts:
|
tts:
|
||||||
- platform: google_translate
|
- platform: google_translate
|
||||||
|
|||||||
Reference in New Issue
Block a user