60 Commits

Author SHA1 Message Date
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
Franck Nijhof
ebca3218c7
🔥Removes linkable_title everywhere (#9772)
* Automatically create linkable headers

* Visually improve position of linkable header chain icon

* Do not auto link  headers on homepage

* Remove linkable_title everywhere

* 🚑 Re-instante linkable_title plugin as NOOP
2019-07-04 19:08:27 +02:00
Franck Nijhof
337b210cce Rewrites states.xxx -> states('xxx') (and similar) (#9736)
* Rewrites states.xxx -> states('xxx') (and similar)

* Adds template escaping on some places
2019-06-30 11:45:03 -07:00
Franck Nijhof
4369499e89 Component(s) -> Integration(s) (#9705) 2019-06-27 20:10:56 -07:00
P0L0
f665f6717e Added possibility to define the data type for set_device_value (#9513) 2019-06-19 18:41:54 +02:00
Markus Haack
ad57ca9f0d Update detecting lost connections sample (#8880)
* Update detecting lost connections sample

Old detecting lost connections using sensors does not work with current HA versions any more.
2019-03-24 18:35:04 +01:00
Robbie Trencheny
b08bcbe053
Fix some careless frontmatter mistakes 2019-03-10 04:45:59 -07:00
CV
95204f0dd6 Clarification about Lost Connection Detection (#8419)
* Clarification about Lost Connection Detection

For people who are new to the CCU and specially writing a program it is helpful to mention that the script needs to reside in the "Then" clause even there is no condition. Even programming aware people might run into this problem.

* ✏️ Typo fix
2019-02-14 19:15:31 +01:00
Klaas Schoute
16d646e717
✏️ Change ha_category for some component (#8530)
* ✏️ Change ha_category for Iliad Italy component

* ✏️ Change ha_category name
2019-02-13 15:51:42 +01:00
CV
b2b0d8d0ee Recommendations on lost connection detection (#8441)
* Recommendations on lost connection detection

After implementing the second option to detect lost connection I almost immediately ran into the issue that due to a network issue the connection between HASS and CCU was lost but HASS did not detect it.
Since Home Automation gas to be as reliable as possible I rephrased the introduction to the second option to address this problem and make anyone aware or this problem.

* Optimizing rephrasing
2019-02-10 22:38:23 +01:00
Klaas Schoute
0f16f812c8 🚜 Merges/Redirect Homematic component pages (#8331) 2019-01-29 01:07:58 +01:00
Franck Nijhof
69a0bfd29a 🔨 Replaces all hardlinks with relative ones (#8207) 2019-01-19 11:56:44 +01:00
Lars Marowsky-Brée
bc3b833636 homematic: clarify process for setting up remotes (#8101)
On my CCU3, it was not enough to configure the program only. It also needed to be triggered once for setup to succeed.
2019-01-08 21:02:49 +01:00
Daniel Perna
d3b3bfc1d5 Update homematic.markdown (#7938) 2018-12-24 14:09:57 +01:00
Daniel Perna
df44424c7a Update homematic.markdown (#7928) 2018-12-22 21:31:07 +01:00
Klaas Schoute
28817a4a40 Update source/_components/homematic.markdown
Co-Authored-By: danielperna84 <danielperna84@gmail.com>
2018-12-10 16:53:28 +01:00
Klaas Schoute
3ecafb5f58 Update source/_components/homematic.markdown
Co-Authored-By: danielperna84 <danielperna84@gmail.com>
2018-12-10 16:53:28 +01:00
Klaas Schoute
136aab7d7f Update source/_components/homematic.markdown
Co-Authored-By: danielperna84 <danielperna84@gmail.com>
2018-12-10 16:53:28 +01:00
Klaas Schoute
49fe6343ed Update source/_components/homematic.markdown
Co-Authored-By: danielperna84 <danielperna84@gmail.com>
2018-12-10 16:53:28 +01:00
Klaas Schoute
8b4e8b250c Update source/_components/homematic.markdown
Co-Authored-By: danielperna84 <danielperna84@gmail.com>
2018-12-10 16:53:28 +01:00
Daniel Perna
005e3b0eed Update documentation for HomeMatic 2018-12-10 16:53:28 +01:00
Ryan Bahm
3551e14e61 Update homematic.markdown config variables style (#6459)
* Update homematic.markdown config variables style

Per #6385 updating the configuration description.

* Changes based on code review

Change "int" to "integer" and restore section about fetching names.
2018-10-14 09:31:11 +02:00
Ville Skyttä
c9f9085867 Spelling and grammar fixes (#6650) 2018-10-10 09:09:58 +02:00
Alok Saboo
a4dca76042 Fixed typos (#6623)
* Fixed typos

* More typos
2018-10-09 12:13:54 +02:00
Dan Klaffenbach
ee69e93902 List example for homematic.put_paramset in documentation (#6032)
See home-assistant/home-assistant#16024
2018-08-22 22:32:23 +02:00
noxhirsch
29dab7ad2f Add paragraph regarding homematic.keypress events for HmIP (#5901)
* Add paragraph regarding homematic.keypress events for HmIP

Because some HomeMatic IP devices don't send a keypress event to HomeAssistant initially after Teach-in, you have to create a temporary empty program. I added a short "tutorial" how to do that.

* Update homematic.markdown

* ✏️ Minor tweaks
2018-07-29 10:57:02 +02:00
Franck Nijhof
bd5f24cdd4 👕 Markdownlint fixes (#5734) 2018-07-10 08:17:15 +02:00
DubhAd
e46b5d71d5
Merge pull request #5630 from klada/current
Add hints for handling HomeMatic connection losses
2018-07-08 21:34:49 +01:00
Daniel Klaffenbach
ed7e5b26d4 Add hints for handling connection losses
See danielperna84/pyhomematic#113
2018-06-29 19:11:57 +02:00
hanzoh
00b75c6cae Add JSON port to Homematic interface configuration (#5581) 2018-06-26 06:17:15 +02:00
Daniel Perna
9554489581 Removed deprecated options from example (#5375) 2018-05-16 21:00:18 +02:00
Paulus Schoutsen
41955dc31a
Remove url prefix pt 2 (#5014)
* Migrate the non blog posts to use no domain

* Update demo links

* Remove Zanzito references from owntracks docs
2018-03-24 22:14:34 -07:00
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
DubhAd
eed8512979
Merge pull request #4665 from krys1976/patch-3
Update homematic.markdown
2018-02-27 13:43:50 +00:00
Fabian Affolter
f07e467445
Minor changes 2018-02-15 19:25:04 +01:00
Ledernacken6
61897efade Update homematic.markdown (#4576)
* Update homematic.markdown

* Update homematic.markdown
2018-02-15 19:20:45 +01:00
Christian Lahme
9a4ddbed95
Update homematic.markdown
Added some lines for KeyMatic usage
2018-02-13 19:15:24 +01:00
Pascal Vizeli
54d609caf9 Changes for 0.60 / homematic (#4219)
* Changes for 0.60 / homematic

* Update homematic.markdown
2017-12-17 10:33:42 +01:00
Daniel Perna
c646730ecf Added path-setting and Intertechno information (#3531)
* Added path-setting and Intertechno information

* Minor change
2017-10-06 11:13:03 +02:00
Florian Klien
3f1972b97b fixed typos, spelling mistakes (#3436) 2017-09-25 22:26:17 +02:00
Pascal Vizeli
02b3bcaadf remove delay option 2017-09-18 22:02:25 +02:00
Fabian Affolter
24fd53f45b
Clean-up 2017-04-24 09:30:36 +02:00
Daniel Perna
f9000c4582 Added new callback_ip/port parameters (#2106) 2017-02-23 12:48:32 +01:00
Daniel Perna
663aecf546 Wrapped templates 2017-02-08 02:17:45 +01:00
Daniel Perna
c874a93bbc Made topics linkable 2017-02-03 18:01:45 +01:00
Daniel Perna
502a5567a6 Updated variable usage 2017-02-03 17:58:05 +01:00
Daniel Perna
cd6edb1f2b Added new services, minor changes 2016-11-29 01:31:04 +01:00
Daniel Perna
1083f2f2b1 Fixed typos as fixed by other commit 2016-11-28 18:49:33 +01:00
Daniel Perna
a54da4032b Updated doc. for updated HomeMatic in HASS 2016-11-27 21:47:34 +01:00
Fabian Affolter
227d5a3f4f Minimizing of the configuration sample (#1020) 2016-10-01 12:09:08 +02:00