Remove Menu Items

This is my config:

homeassistant:
name: Casa
latitude: !secret home_lat
longitude: !secret home_lon
elevation: 2523
unit_system: metric
time_zone: America/Mexico_City
customize: !include customize.yaml
auth_providers:

  • type: homeassistant

auth:

Configure a default setup of Home Assistant (frontend, api, etc)

default_config:

lovelace:
mode: yaml

Uncomment this if you are using SSL/TLS, running in Docker container, etc.

http:

base_url: example.duckdns.org:8123

Sensors

sensor:

Weather prediction

  • platform: yr

iOS Companion

ios:

Clima

weather:

  • platform: darksky
    api_key: ***************************

Text to speech

tts:

  • platform: google

Zonas de detección

zone:

  • name: Home
    latitude: !secret home_lat
    longitude: !secret home_lon
    radius: 100
    icon: mdi:home-map-marker

  • name: Work
    latitude: !secret work_lat
    longitude: !secret work_lon
    radius: 200
    icon: mdi:domain

  • name: Customer1
    latitude: !secret c1_lat
    longitude: !secret c1_lon
    radius: 250
    icon: mdi:domain

  • name: School
    latitude: !secret lf_lat
    longitude: !secret lf_lon
    radius: 250
    icon: mdi:school

Luces Led

light:

  • platform: flux_led
    automatic_add: True

Insteon

insteon:
host: 192.168..
username: ******
password: ******
ip_port: 25105
hub_version: 2
device_override:
- address: 4A6A6C
cat: 0x10
subcat: 0x16

 - address: 3705E0
   cat: 0x10
   subcat: 0x02
   product_key: 0x000049

 - address: 448821
   cat: 0x00
   subcat: 0x1B

group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml