@Ryan911199 wrote:
I am having a problem that once i add light groups to home assistant i can use the light groups to control everything for about one min maybe two but then when i flip the switch of set one up as a single light i can no longer control the group or individual device.it renders the whole thing unusable. i have pasted my config file maybe there is a problem in that. i have tried running this on a pi, on a VM, in docker but i always get the same result. please if you all could help it would be greatly appreciated.
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.yamlfrontend:
themes: !include_dir_merge_named themes
weather:
- platform: darksky
api_key: 772695ee44cc981bedd241550c0321e7august:
login_method: phone
username: “+15095993288”
password: FLgr@mmy9input_boolean:
ryland_is_home:
name: ryland is home
initial: on
icon: mdi:account
shaun_is_home:
name: shaun is home
initial: on
icon: mdi:account
trevor_is_home:
name: trevor is home
initial: on
icon: mdi:account
house_guest:
name: house Guest
initial: on
icon: mdi:account
home_occupied:
name: occuped
initial: on
icon: mdi:accountyeelight:
devices:
192.168.1.7:
name: rylands room 1
192.168.1.11:
name: rylands room 2
192.168.1.28:
name: hall
192.168.1.12:
name: living room 1
192.168.1.13:
name: living room 2
192.168.1.6:
name: living room 3
192.168.1.4:
name: laundry room 1
192.168.1.8:
name: laundry room 2
192.168.1.14:
name: shauns room 1
192.168.1.22:
name: shauns room 2
192.168.1.38:
name: bathroom 1
192.168.1.37:
name: bathroom 2
192.168.1.3:
name: kitchen 1
192.168.1.10:
name: kithcen 2
192.168.1.36:
name: dining room 1
192.168.1.41:
name: dining room 2
192.168.1.35:
name: rylands bathroom 1
192.168.1.34:
name: rylands bathroom 2
192.168.1.40:
name: trevors Room 1
192.168.1.39:
name: trevors Room 2light:
- platform: group_1
name: house
entities:
- light.bathroom_1
- light.bathroom_2
- light.dining_room_1
- light.dining_room_2
- light.kitchen_1
- light.kithcen_2
- light.laundry_room_1
- light.laundry_room_2
- light.living_room_1
- light.living_room_2
- light.living_room_3
- light.rylands_bathroom_1
- light.rylands_bathroom_2
- light.rylands_room_1
- light.rylands_room_2
- light.shauns_room_1
- light.shauns_room_2
- light.hall
- light.trevors_room_1
- light.trevors_room_2
- platform: group_2
name: living room
entities:
- light.living_room_1
- light.living_room_2
- light.living_room_3
- platform: group_3
name: rylands room
entities:
- light.rylands_bathroom_1
- light.rylands_bathroom_2
- light.rylands_room_1
- light.rylands_room_2
- platform: group_4
name: bathroom room
entities:
- light.bathroom_1
- light.bathroom_2
- platform: group_5
name: dining room
entities:
- light.dining_room_1
- light.dining_room_2
- platform: group
name: kitchen
entities:
- light.kitchen_1
- light.kithcen_2
- platform: group_6
name: laundry room
entities:
- light.laundry_room_1
- light.laundry_room_2
- platform: group_7
name: living room
entities:
- light.living_room_1
- light.living_room_2
- light.living_room_3
- platform: group_8
name: shauns room
entities:
- light.shauns_room_1
- light.shauns_room_2
- platform: group_9
name: trevors room
entities:
- light.trevors_room_1
- light.trevors_room_2
Posts: 3
Participants: 3