Invalid config for [cloud]: [include_domains] is an invalid option for [cloud]. Check: cloud->cloud->include_domains. (See /config/configuration.yaml, line 174). Please check the docs at https://home-assistant.io/components/cloud/
Component not found: entity_config
invalid config for [cloud]: [room] is an invalid option for [cloud]. Check: cloud->cloud->google_actions->room. (See /config/configuration.yaml, line 174). Please check the docs at https://home-assistant.io/components/cloud/
You have improved but they are still wrong, this is the example from the docs I suggested you compare it to…
cloud:
google_actions:
filter:
include_entities:
- light.kitchen
- light.kitchen_left
include_domains:
- switch
exclude_entities:
- switch.outside
entity_config:
switch.kitchen:
name: Custom Name for Google Assistant
aliases:
- bright lights
- entry lights
room: living room
The error message you’re getting specifically mentions [room] which you can see is in the wrong place compared to above. You also used three spaces in some places, one in others and ALL yaml is done in multiples of two.
It depends what you want Google to do. You could say ‘Ok Google, turn on Kodi’ which should start up the media_player.kodi which I guess is the app running on a smart TV or something…? OR, if Kodi was playing something you should be able to say ‘Ok Google, pause Kodi’… that kind of thing