input_select: add note about boolean equivalents (#2891)

* input_select: add note about boolean equivalents

* Put note in box
This commit is contained in:
Will W 2017-06-27 03:13:55 +09:00 committed by Fabian Affolter
parent 76dd3fdff5
commit dcb1aea4d7

View File

@ -43,6 +43,10 @@ Configuration variables:
Pick an icon that you can find on [materialdesignicons.com](https://materialdesignicons.com/) to use for your input and prefix the name with `mdi:`. For example `mdi:car`, `mdi:ambulance`, or `mdi:motorbike`.
<p class='note'>
Because YAML defines [booleans](http://yaml.org/type/bool.html) as equivalent, any variations of 'On', 'Yes', 'Y', 'Off', 'No', or 'N' (regardless of case) used as option names will be replaced by True and False unless they are defined in quotation marks.
</p>
### {% linkable_title Services %}
This components provide three services to modify the state of the `input_select`: