1932 Commits

Author SHA1 Message Date
Erik Montnemery
3bc4747a40
Update blueprint input documentation (#16425)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-02-05 16:36:06 +01:00
Erik Montnemery
94aedbd415
Tweak "event" script action documentation (#16400) 2021-02-05 13:46:32 +01:00
Erik Montnemery
449d1c3819
Add link from blueprint tutorial (#16424)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-02-05 11:25:53 +01:00
Erik Montnemery
f6e5087557
Move comment about trigger variable to the top (#16397) 2021-02-05 10:15:00 +01:00
PeteBa
c59c75db38
Initial commit (#16417) 2021-02-05 09:39:47 +01:00
Franck Nijhof
09759662a1
Bunch of YAML styling improvements - part 3 (#16394) 2021-02-04 03:00:11 +01:00
Franck Nijhof
0f6f3eb9a1
Merge branch 'current' into rc 2021-02-03 17:10:22 +01:00
Erik Montnemery
1228606e87
Tweak wording about script level variables (#16399) 2021-02-03 16:17:37 +01:00
Franck Nijhof
e8535feb9d
Merge branch 'current' into rc 2021-02-03 12:04:23 +01:00
Franck Nijhof
03d8d34bf8
Bunch of YAML styling improvements - part 2 (#16379) 2021-02-01 22:46:37 +01:00
Franck Nijhof
7910d17c08
Bunch of YAML styling improvements (#16372) 2021-02-01 10:42:12 +01:00
DuchkPy
c0979eb56b
Correct figures on list reference (#16338) 2021-01-29 12:41:19 +01:00
Jamie Weston
55df27924f
Updated the command for updating Compose setups (#16337)
For users with more than one service defined in their Docker Compose file, it's often preferable to update only that image - otherwise, running `up` may result in a restart of other, unrelated containers.
2021-01-28 13:29:09 +01:00
Megamannen
9757e3a3a2
Wrong type on birth_message and will_message (#16335)
Felt wrong since the variable is named birth_message not birth_message*s*
Tried it and it doesn't work, throws error
This config

```
mqtt:
  birth_message:
    - topic: 'hass/status'
      payload: 'online'
    - topic: 'homeassistant/status' 
      payload: 'online'
  will_message:
    - topic: 'hass/status'
      payload: 'offline'
    - topic: 'homeassistant/status' 
      payload: 'offline'
```

Gave this error:


```
Logger: homeassistant.components.hassio
Source: components/hassio/__init__.py:420
Integration: Hass.io (documentation, issues)
First occurred: 9:44:55 AM (2 occurrences)
Last logged: 9:48:29 AM

    Invalid config for [mqtt]: expected a dictionary for dictionary value @ data['mqtt']['birth_message']. Got [OrderedDict([('topic', 'hass/status'), ('payload', 'maaan')]), OrderedDict([('topic', 'homeassistant/status'), ('payload', 'maaan-boy')])] expected a dictionary for dictionary value @ data['mqtt']['will_message']. Got [OrderedDict([('topic', 'hass/status'), ('payload', 'womaaan')]), OrderedDict([('topic', 'homeassistant/status'), ('payload', 'womaaan-girl')])]. (See /config/configuration.yaml, line 6).
    Invalid config for [mqtt]: expected a dictionary for dictionary value @ data['mqtt']['birth_message']. Got [OrderedDict([('topic', 'hass/status'), ('payload', 'online')]), OrderedDict([('topic', 'homeassistant/status'), ('payload', 'online')])] expected a dictionary for dictionary value @ data['mqtt']['will_message']. Got [OrderedDict([('topic', 'hass/status'), ('payload', 'offline')]), OrderedDict([('topic', 'homeassistant/status'), ('payload', 'offline')])]. (See /config/configuration.yaml, line 6).
```
2021-01-28 13:25:10 +01:00
Thomas Lovén
588acc84aa
Add selectors for text and arbitrary objects (#16322) 2021-01-27 12:09:10 +01:00
Franck Nijhof
72cb1e2267
Merge branch 'current' into next 2021-01-27 11:57:33 +01:00
jorgror
68a7e07ca0
Fixed procedure for Razberry Z-Wave on newest HA OS (#16293)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-01-26 19:13:09 +01:00
Nils154
ef949be79f
Update troubleshooting.markdown (#16227)
* Update troubleshooting.markdown

added suggestion to increase swap memory if your system freezes during first run

* Update troubleshooting.markdown
2021-01-26 12:00:16 +01:00
Franck Nijhof
4cad061788
Merge branch 'current' into next 2021-01-25 16:51:10 +01:00
Robert Teller
089fbb0f5b
Adding support for EATON Accessory notification (#16112)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-01-25 16:00:15 +01:00
Ken Guest
c97da3f3a8
Update locked_out.md (#16037)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-01-25 15:40:37 +01:00
Franck Nijhof
63cb191bcd
Merge branch 'current' into next 2021-01-25 15:35:39 +01:00
kozerskil
24d84ac6f8
Update trigger.markdown (#16257)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-01-25 14:20:16 +01:00
MagieMalone
5f1efdeeb6
easier return entity state object of a trigger (#16294)
replacing  `states[trigger.to_state.domain][trigger.to_state.object_id]`
with `states[trigger.to_state.entity_id]`  for better readability and keeping the same function.
2021-01-25 12:34:36 +01:00
grdnkln
20faaf7f1e
Update controllers.markdown (#16262)
For the Aeotec ZW090 stick, the A, B and C models refer to the radio frequency for US/EU/UK markets and applies to both the old incompatible version, and the new 2020 version that is compatible with the Pi4. Aeotec is calling the new 2020 model is called the "Gen5+". There are sellers on Amazon selling the old Gen5 listing "ZW090-A" as the model number so I feel that "Gen5+" is a more relevant term for a potential buyer to look for for when shopping for this ZWave controller.
2021-01-24 01:30:56 +01:00
Dubh Ad
77bdc16fb8
Update trigger.markdown (#16271)
Geolocation vs zone causes regular confusion.
2021-01-24 01:05:29 +01:00
Philip Allgaier
84b112024f
Note about isoformat() for frontend templates (#16097)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-01-23 14:37:56 +01:00
Michael Bisbjerg
fe2f862d61
Add link from MQTT discovery to Scenes.mqtt.markdown (#16234) 2021-01-21 14:16:21 +01:00
David Dix
c5cc85810a
Default for the Number Selector is slider, not box (#16255)
Very minor change, but in  all the blueprints I have created the Number Selector defaults to a `slider` not a `box`
2021-01-21 09:39:04 +01:00
Paulus Schoutsen
b7f926c7c0
Clarify auth provider text (#16195) 2021-01-16 14:41:49 +01:00
Erik Montnemery
ec85500da3
Clarify state trigger functionality (#16184)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-01-15 19:04:20 +01:00
jrel17
79773889e4
Slightly refine wording in variables description (#16188)
Refining the description of variables, e.g., link to scripts doc
2021-01-15 13:13:28 +01:00
Alexei Chetroi
f08a5ef3d4
Update numeric_state trigger documentation (#16171) 2021-01-13 16:20:56 +01:00
kongo09
fd30f1de66
Change example to use expand as a function (#16144)
expand does not work as a filter but only as a function. Adjust the example accordingly.
2021-01-10 21:40:13 +01:00
Thomas Lovén
f01bb3418e
Format blueprint descriptions with markdown (#16130) 2021-01-08 18:28:35 +01:00
Franck Nijhof
a6969a087b
Merge branch 'current' into rc 2021-01-06 14:39:59 +01:00
Franck Nijhof
1129832264
Merge branch 'current' into next 2021-01-06 14:39:39 +01:00
Jpsy
9528367b8a
Update list "Support by third-party tools" (#16098)
Update list "Support by third-party tools":
* Sort alphabetically
* Add "development halted" to Tasmota
* Add Xiaomi DaFang Hacks
2021-01-04 14:08:45 +01:00
xfceKris
c0d37cf799
Update device-specific.markdown (#16071) 2021-01-02 00:51:17 +01:00
Franck Nijhof
6a85b9262d
Merge branch 'current' into next 2020-12-28 21:04:18 +01:00
Fredrik
816af711ad
example added for nesting automations (#16032)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2020-12-28 19:56:58 +01:00
Franck Nijhof
c0c2318cfa
Merge branch 'current' into next 2020-12-28 14:02:58 +01:00
Ventilix
5b35e3679b
There was 2 typos at the very bottom of the page (#15955)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-12-22 14:59:59 +01:00
rpbx
562c2b532a
Update device-specific.markdown (#15937) 2020-12-21 21:57:20 +01:00
Björn Victor
0ed26558bd
Fix FGKF-601 key names (#15966)
The names for the last two buttons (Minus and Plus) were probably cut/pasted from the fourth (Triangle).
2020-12-21 17:45:20 +01:00
Cougar
bcf0b28656
Fix link typo (#15964) 2020-12-20 20:55:33 +01:00
Alex Loret de Mola
8cad84d5ff
Updating sharing options (#15913)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-12-15 10:19:59 +01:00
Bram Kragten
7d2544d97a
Add target to service calls docs (#15891) 2020-12-13 13:17:38 +01:00
Bram Kragten
1fb777d2b4
Update links to blueprint exchange forum (#15890) 2020-12-13 12:27:43 +01:00
Franck Nijhof
68c232916a
Merge branch 'current' into rc 2020-12-13 01:49:04 +01:00