8559 Commits

Author SHA1 Message Date
Rick Rubino
c68b6ef0d6 Minor - Clarify Services (#9905)
* Minor - Clarify Services

Minor update to Services to point users to the standard HA Climate page and note the change occurred in 0.96.0.

* ✏️ Tweak
2019-07-19 12:04:49 +02:00
Franck Nijhof
059d4f3537
Removes absolete code from Markdown files (#9902) 2019-07-19 01:15:19 +02:00
Bogdan Alexe
4b6997d269 Fix example (#9899) 2019-07-18 21:58:04 +02:00
Paulus Schoutsen
24b09336a3 Clarify modes is limited to a specific set. (#9897) 2019-07-18 21:07:05 +02:00
cgtobi
dc5878dfa3 Mode on is now heat (#9893) 2019-07-18 17:28:20 +02:00
coolguymatt
f16325fc9b Update climate.markdown (#9894)
* Update climate.markdown

Couple places where operation_mode was still documented instead of hvac_mode

* ✏️ Tweak

* ✏️ Tweak
2019-07-18 15:06:06 +02:00
Franck Nijhof
9053016f2a
Collection of configuration block fixes (#9892) 2019-07-18 13:03:11 +02:00
Franck Nijhof
debee58f8e
Collection of configuration block fixes (#9884) 2019-07-18 12:41:56 +02:00
thealexproctor
4c6f3b8a03 Updating template example (#9891)
* Updating template example 

There was a (') in the line '{{(states('sensor.solaredge_energy_this_year') | float / 1000) | round(2)}}'
This caused yaml issues the update is '{{(states(sensor.solaredge_energy_this_year') | float / 1000) | round(2)}}'

* ✏️ Tweak
2019-07-18 10:39:06 +02:00
Petro31
d680daeddd Update solaredge_local.markdown (#9878)
* Update solaredge_local.markdown

Remove sensors: section head.  This is an incorrect section header.  Adding the platform as a list item so new users can copy and paste into existing sensor sections.

* ✏️ Tweak
2019-07-18 00:10:27 +02:00
Paulus Schoutsen
641147bb18 Merge branch 'rc' into current 2019-07-17 14:42:27 -07:00
tomlut
fc8c1b1938 Corected template example (#9875)
The two templates under 'Considerations were identical'.
2019-07-17 09:44:05 +02:00
Paulus Schoutsen
fddf4241f2 Merge remote-tracking branch 'origin/current' into rc 2019-07-16 15:28:06 -07:00
Franck Nijhof
42842f64a6
Collection of configuration block fixes (#9874) 2019-07-16 22:58:38 +02:00
Fabian Affolter
5902df1393
Move setup details up 2019-07-16 17:15:44 +02:00
J3n50m4t
e6b31733e6 Update Homekit Docs (#9858)
* Update Homekit Docs

Homeassistant 0.95.x throws warning "Please remove homekit from your discovery.enable configuration as it is now enabled by default" if enable homekit is added to discovery component

* ✏️ Tweak
2019-07-16 10:07:51 +02:00
ferdinand
73a8cc662c Update mitemp_bt component documentation (#9859)
* Update mitemp_bt component documentation 

Fixed the full example and added the default values for force_update and median.

* ✏️ Tweak
2019-07-16 10:06:02 +02:00
Matt Swan
608e277145 serial_sensor Added splitting string example, fixed Arduino ex (#9845)
* Added splitting string example,  fixed Arduino ex

* fixed raw tags

* ✏️ Tweak

* Added sample return string from serial device

* Change heading (it's an anchor)
2019-07-16 10:02:28 +02:00
Sean Mooney
7e5c79d15a Update socialblade.markdown (#9857)
Streamlined the page a little bit. Corrected capitalizations in brand names, corrected some confusing info (at one point it refers to it as a "social blade channel ID" even though it's a YouTube channel ID). Fixed some typos, shortened instructions a bit, removed a duplicate line at the end (since it's mentioned in the intro already).

Also in the example config changed "YOUR_CHANNEL_NUMBER " to "YOUTUBE_CHANNEL_ID" because you can use any channel, not just "your" own. Channel ID's contain letters too so "number" isn't really accurate, better to just say ID.
2019-07-16 09:28:38 +02:00
Mauricio Bonani
b8f5796acb Fix OID table (#9870) 2019-07-16 09:23:13 +02:00
monte-monte
0239079b2b Update hvac_mode attributes (#9869)
Added missing attributes according to commit abe6203988
I think we must add explanation for `hvac_mode` and `preset_mode` attributes, because it is unclear what these paragraphs mean and what those attributes stands for in the first place. If I am correct first are used for `controller_mode_address` and second for `operation_mode_address`. Maybe it needs to be mentioned?
2019-07-16 09:04:42 +02:00
SNoof85
f6b5f12481 Fix typo in Glances doc (#9865) 2019-07-15 23:56:06 +02:00
Franck Nijhof
c464056402
Making our website faster, cleaner and prettier (#9853)
* 🔥 Removes octopress.js

* 🔥 Removes use of root_url var

* 🔥 Removes Octopress generator reference from feed

* 🔥 Removes delicious support

* 🔥 Removes support for Pinboard

* 🔥 Removes support for Disqus

* 🔥 Removes support for Google Plus

* ↩️ Migrate custom after_footer to default template

* ↩️ Migrate custom footer to default template

* ↩️ Migrate custom header to default template

* 🔥 Removes unused template files

* 🚀 Places time to read directly in post template

* 🚀 Removes unneeded capture from archive_post.html template

* 🔥 🚀 Removes unused, but heaving sorting call in component page

* 🚀 Merged javascripts into a single file

* 🔥 Removes more uses of root_url

* 🚀 Removal of unneeded captures from head

* 🔥 🚀 Removal of expensive liquid HTML compressor

* 🔥 Removes unneeded templates

* 🚀 Replaces kramdown with GitHub's CommonMark 🚀

* 💄 Adds Prism code syntax highlighting

*  Adds support for redirect in Netlify

* ↩️ 🔥 Let Netlify handle all developer doc redirects

* ✏️ Fixes typo in redirects file: Netify -> Netlify

* 🔥 Removes unused .themes folder

* 🔥 Removes unused aside.html template

* 🔥 Removes Disqus config leftover

* 🔥 Removes rouge highlighter config

* 🔥 Removes Octopress 🎉

* 💄 Adjust code block font size and adds soft wraps

* 💄 Adds styling for inline code blocks

* 💄 Improve styling of note/warning/info boxes + div support

* 🔨 Rewrites all note/warning/info boxes
2019-07-15 22:17:54 +02:00
KaiboshOz
1c451d015a Highlight that live view isn't possible. (#9862) 2019-07-15 13:45:48 +02:00
nickrout
b3892539ce Update azure_event_hub.markdown (#9849) 2019-07-14 02:37:51 +02:00
Rafael Alencar
60ed10fdfc Update pushbullet.markdown (#9838)
Fixed typo
2019-07-12 13:27:32 +02:00
danu5
19b1583712 Clarified API requirement (#9839)
Clarified the API key needed and simplified the stop finding method. 

The transport NSW API documentation wasn't super clear and it's easy to get lost in the OpenData portal. Hopefully this helps the next person.
2019-07-12 13:27:16 +02:00
Alec Rust
0190af09b7 Fix Google Assistant docs horizontal scroll (#9837) 2019-07-12 01:10:56 +02:00
tbrock47
29a3bb7c09 Update samsungtv.markdown (#9834)
My Q7F has not worked for some time under the recommended configuration.
2019-07-11 23:45:48 +02:00
Franck Nijhof
1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00
Aaron Bach
305a259d76 Add WWLLN docs (#9802)
* Add WWLLN docs

* Updated docs

* Added more docs and a screenshot

* Added window parameter

* ✏️ Tweak
2019-07-11 00:55:32 +02:00
Franck Nijhof
8b2ced20bd
[Toon] New scan_interval on integration level (#9488) 2019-07-11 00:10:54 +02:00
Adduq
92debe4d6c Update alexa.smart_home.markdown (#9827)
Added Spain
2019-07-10 23:31:29 +02:00
Paulus Schoutsen
1352b2e322
Merge pull request #9799 from home-assistant/climate-1
Climate 1.0
2019-07-10 14:27:48 -07:00
Paulus Schoutsen
3d82a2bcd8 Clarify 2019-07-10 14:27:20 -07:00
Destix
63e632de6a media_player volume control (#9829)
media_player volume control now works via volume command
2019-07-10 23:10:46 +02:00
Matte23
70596be32f Add marker sensor to CUPS (#9820) 2019-07-10 23:07:10 +02:00
Franck Nijhof
4204af3b85
Updates climate platform docs for Climate 1.0 2019-07-10 22:51:53 +02:00
Franck Nijhof
9359453bd3
Updates Google Assistant for Climate 1.0 2019-07-10 22:44:14 +02:00
Franck Nijhof
5836dd46ce
Updates generic_thermostat for Climate 1.0 2019-07-10 22:37:27 +02:00
Franck Nijhof
ebd5817eb4
Updates KNX for Climate 1.0 2019-07-10 22:31:58 +02:00
Franck Nijhof
2059aca31a
Updates Stiebel Eltron to Climate 1.0 2019-07-10 22:25:02 +02:00
Franck Nijhof
e3e18472c3
Updates Ecobee for Climate 1.0 2019-07-10 22:16:22 +02:00
Franck Nijhof
82640cc645
Updates Radio Thermostat for Climate 1.0 2019-07-10 21:59:00 +02:00
Franck Nijhof
2d0b94f919
Updates Nest for Climate 1.0 2019-07-10 21:56:05 +02:00
Franck Nijhof
e504802b0e
Updates nuheat docs for Climate 1.0 2019-07-10 21:43:40 +02:00
Franck Nijhof
76dec95bb6
MySensors Climate 1.0 changes 2019-07-10 21:29:31 +02:00
David Bonnes
8d87a621c9 [climate] Migrate geniushub docs for climate-1.0 (#9818)
* initial commit

* manual rebase

* manual rebase

* manual rebase 2

* add modes
2019-07-10 12:40:51 +02:00
Joakim Plate
0cf680ca13 Add arcam_fmj media player (#9660)
* Add arcam_fmj media player

* Drop extra line

* Correct typo in receiver type

* Remove redirect_from

* Move larger config example to below config option table

* Uppercase hostname to indicat it should be changed in example

* int to integer

* Increase level of headers and make them linkable

* Correct spelling error

* Minor language change

* Minor spelling fix

* Add configuration title

* More spelling fixes

* ✏️ Tweaks

* ✏️ Tweak

* Drop linkable_title from headers

* ✏️ Tweak
2019-07-10 12:37:56 +02:00
Scott
9015bf25d3 Added info on how to launch specific Roku channel via automation. (#9804)
* Added info on how to launch specific Roku channel via automation. Hass.io Documentation - Roku

* Typo correction

* ✏️ Tweak
2019-07-10 12:28:14 +02:00