13 Commits

Author SHA1 Message Date
Alok Saboo
1aca7b08cf Misc fixes: e.g. -> e.g., and proper case for Home Assistant (#4942)
* e.g. to e.g., and proper case for Home Assistant

* Instructions how to -> Instructions on how to
2018-03-17 20:20:37 +01:00
Paulus Schoutsen
f4d4f713f4
Fix build 2017-11-28 09:05:54 +01:00
Fabian Affolter
0b548b30e5
Update configuration variable description style 2017-11-27 22:17:39 +01:00
jimbob1001
546471c422 Update media_player.universal.markdown (#4052)
* Update media_player.universal.markdown

This state template is invalid...
    {% if (is_state('media_player.kodi', 'idle') 
causes the following error...
    Error rendering template: TemplateSyntaxError: unexpected '}', expected ')'
It seems there is a rogue bracket. when deleted the template reads...
    {% if is_state('media_player.kodi', 'idle') 
the template now works

* Fix second part
2017-11-27 17:49:19 +01:00
Eugenio Panadero
0ed0151609 Add state_template docs and example for the universal media player (#3907)
* Add state_template docs and example

* fix template and adjust to doc standards

* ✏️ Some minor changes
2017-11-18 10:17:40 -08:00
Florian Klien
3f1972b97b fixed typos, spelling mistakes (#3436) 2017-09-25 22:26:17 +02:00
waxhell
a6c62b30ff Fix docs for Universal Media Player (#2962)
Wrapped template syntax in example
2017-07-11 13:21:38 -07:00
Dan
6c3c531919 Add info for new commands/attributes (#1525)
Added description of the commands/attributes added by #4086.
2016-12-04 20:02:55 +01:00
Matt N
2b5d3c0c10 Fix over 100 typos/spelling mistakes :P (#1483)
* Fix a bunch of typos/spelling mistakes
* Removed extra spaces from emulated_hue
* Correct device type. of binary_sensor.enocean.markdown
2016-11-23 10:23:23 +01:00
Fabian Affolter
cd553dc537
Fix indent 2016-10-04 10:49:40 +02:00
Paulus Schoutsen
f6602cab8c Update categories 2016-08-14 14:29:57 -07:00
Paulus Schoutsen
cc8e5f5685 Remove component layout page 2016-02-07 14:20:52 -08:00
Ryan Kraus
1e1ff1d245 Added universal media player documentation to next branch. 2016-01-13 12:41:56 -05:00