Fabian Affolter
fbe1a09fe5
Place example in a section
2016-08-13 17:02:34 +02:00
Kevin Gottsman
820aaafc79
Correct typo in Example sensor comment and update credits ( #777 )
2016-08-13 09:04:41 +02:00
Landrash
42b1cfda04
Added myself to credits ( #778 )
...
Added Fredrik Lindqvist, that would be me to the credits.
2016-08-13 09:04:13 +02:00
Buut
2a71b141be
Update installation-raspberry-pi-all-in-one.markdown ( #775 )
...
A clean Raspbian Jessie Lite installation on a Raspberry Pi 3 found not working as promised by the manual. Suggest to remove the reference or even discourage Jessie Lite while installer/instructions are not updated for the Lite version.
2016-08-12 19:39:40 -07:00
Fabian Affolter
064c2ed8a4
Add logo
2016-08-12 12:18:06 +02:00
Fabian Affolter
aa1cf369c3
Add missing variable
2016-08-12 12:16:39 +02:00
mertenats
5c6c7fe0b9
Add a MQTT sensor example for a DHT22 sensor ( #773 )
2016-08-12 08:31:39 +02:00
Adam Mills
0a9336581e
Fix openweathermap api link ( #772 )
2016-08-12 08:30:22 +02:00
Fabian Affolter
dfe9d13755
Remove warning and update samples ( fixes #767 ) ( #771 )
2016-08-12 08:30:05 +02:00
Daniel Høyer Iversen
89fdc593f0
Update custom_panel_using_react.markdown ( #768 )
2016-08-12 08:29:07 +02:00
Landrash
d8a3637511
Added slides from Develop Denver ( #766 )
...
- Added slides from Develop Denver by [@Teagan_42](https://github.com/teagan42 )
- Added link for Home Assistant's Twitter handle.
2016-08-11 11:09:01 +02:00
demonspork
a9b890ee75
Update switch.template examples to use is_state ( #761 )
...
Common scenario is when a template switch loads before the platform it is attempting to retrieve the state of for its template. This results in a spam of messages in the error log about invalid states if using the states object directly in the template. Added a note to the documentation about this situation as well as updated the examples to use is_state instead of the states object and avoid this issue for people referencing these examples.
2016-08-10 16:42:06 +02:00
Nolan Gilley
5f5b21074f
install python-dev on debian ( #759 )
2016-08-10 16:41:52 +02:00
Jacob Tomlinson
ea30b485a0
Add myself ( #762 )
2016-08-10 07:30:16 -07:00
Robbie Trencheny
bf0fac7283
Two quotes snuck in and safety needed some love
2016-08-10 00:40:50 -07:00
Robbie Trencheny
90cac41443
Correct previously incorrect and incomplete CORS documentation
2016-08-09 16:05:27 -07:00
tasgoon
483838453e
Spelling corrections ( #752 )
2016-08-08 21:36:12 +02:00
ThinkPadNL
27acac5ccc
Update autostart-systemd.markdown ( #748 )
...
Small grep line added to make it easier to spot errors.
2016-08-08 17:06:27 +02:00
Fabian Affolter
defccd6f4a
Change ordering (as proposed in #724 )
2016-08-08 14:46:14 +02:00
Marcel
794daeaabc
Add info on how to restart ( #741 )
...
* Add info on how to restart
Add info how to restart the server when using Docker.
* Fix spelling and formatting
2016-08-08 14:16:39 +02:00
Thomas
5e58d75c2d
edits ( #746 )
...
A few lang and typo edits.
2016-08-08 14:16:00 +02:00
PuckStar
b9b3004066
OZWCP stop HASS first ( #747 )
...
HASS should not be running when starting OZWCP control panel.
2016-08-08 14:15:16 +02:00
Paulus Schoutsen
f1e1659d77
Add optimize blog post
2016-08-07 14:31:17 -07:00
Nils Uliczka
ff43514198
Fixed TPLink
-Typo in switch.flux.markdown ( #745 )
2016-08-07 22:54:54 +02:00
Fabian Affolter
b31254c730
Minor changes
2016-08-06 22:40:45 +02:00
Fabian Affolter
68b79fe93e
Use bold
2016-08-06 18:38:39 +02:00
Matthias Urlichs
819456600c
Fix systemd service file's path ( #734 )
...
Local changes to systemd belong in /etc, not /lib.
Also, running journalctl doesn't require sudo.
2016-08-06 18:32:13 +02:00
Dale Higgs
b9758eab9b
Merge pull request #738 from dale3h/config-format
...
Fix formatting on condition docs
2016-08-06 11:13:14 -05:00
Dale Higgs
59a83846ed
Fix formatting on condition docs
...
Two lines were over-indented:
```
condition: or
conditions:
```
2016-08-06 11:09:40 -05:00
John Arild Berentsen
ce93e714e1
Update z-wave-device-specific.markdown
2016-08-05 18:52:22 +02:00
John Arild Berentsen
065a271ba5
Update z-wave-device-specific.markdown
2016-08-05 18:45:40 +02:00
John Arild Berentsen
5aa24347e9
Update z-wave-device-specific.markdown
...
1. Wrong type for event_data. New type is object_id
2. Fix correct indents so copy paste works into config.
2016-08-05 18:02:37 +02:00
ThinkPadNL
e4d20d6bd0
Update yaml.markdown ( #736 )
...
Added link to YAMLLint, this saves beginners that aren't used to YAML a lot of time.
2016-08-05 13:39:20 +02:00
Carlo Costanzo
b739c61c11
Added Ben's Tutorial video ( #731 )
...
Added the slickly produced HA tutorial video by Ben.
2016-08-03 11:58:31 -07:00
Nolan Gilley
c2030fba94
fix caption ( #729 )
2016-08-03 11:52:44 -07:00
William Scanlon
ca91a1b98f
Update octoprint.markdown
2016-08-03 13:57:10 -04:00
Paulus Schoutsen
736f674c1d
Update 2016-08-03-laundry-automation-update.markdown
2016-08-03 10:33:58 -07:00
ThinkPadNL
79921fa22d
Update state_object.markdown ( #725 )
...
Added explanation on how to retrieve a state attribute that contains a space as i ran into that yesterday: https://github.com/home-assistant/home-assistant/issues/2716
2016-08-03 09:14:34 -07:00
Fabian Affolter
07c36b190d
Nkgilley laundry ( #728 )
...
* A little update
* Add blog post by @nkgilley
2016-08-03 18:03:02 +02:00
John Arild Berentsen
cb681706a0
Update z-wave-device-specific.markdown ( #704 )
...
* Update z-wave-device-specific.markdown
* Update z-wave-device-specific.markdown
* Update z-wave-device-specific.markdown
2016-08-03 14:15:57 +02:00
Paulus Schoutsen
51c61e33b4
update demo
2016-08-02 23:16:50 -07:00
Paulus Schoutsen
bc750b1554
Update panel_iframe.markdown
2016-08-02 17:50:51 -07:00
heytcass
2a510b3b87
Adding notice for HTTPS connections. ( #720 )
2016-08-02 10:16:56 -07:00
demonspork
d2cf9d3c02
update rgb color Description text to say rgb color ( #718 )
2016-08-01 23:59:46 -07:00
Paulus Schoutsen
bf7d75d51d
Link to state objected from automation templating
2016-08-01 23:57:46 -07:00
Paulus Schoutsen
7a04bb891b
Update homematic.markdown
2016-08-01 21:59:41 -07:00
Paulus Schoutsen
f2ca0d9221
Update media_player.mpchc.markdown
2016-08-01 21:58:57 -07:00
Paulus Schoutsen
4ae4332fa4
Update light.flux_led.markdown
2016-08-01 21:58:45 -07:00
Paulus Schoutsen
fde29071d2
Hotfix 0.25.2
2016-08-01 21:00:19 -07:00
Tomi Tuhkanen
3187e6df4b
Added note for windows users to getting started with vagrant ( #714 )
2016-08-01 08:50:04 +02:00