Last active
November 27, 2017 09:03
-
-
Save willwhui/a476c48a28841f7d33b5aee7385935e8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hass config file notes |
有的时候用到另外一种写法:
- 比如上面链接面 https://home-assistant.io/docs/configuration/yaml/ 关于input_select的例子提到:"Here threat is the name of the input_select and the values for it are everything nested below it."
其中多个select的写法并不以'-'符号开头。
不知道为什么像input_select这种component要与众不同。
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
必读:https://home-assistant.io/docs/configuration/yaml/
configuration.yaml中的component, entity概念:写法1
configuration.yaml中的component, entity概念:写法2
configuration.yaml中的Grouping Devices(设备编组)概念
更高级的用法:https://home-assistant.io/components/group/
configuration.yaml中的entity ID概念
由上可见,entity ID = component-type.entity-name
比如上面的media_player.nexus_player: