12 Commits

Author SHA1 Message Date
Franck Nijhof
03d8d34bf8
Bunch of YAML styling improvements - part 2 (#16379) 2021-02-01 22:46:37 +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
Santobert
8bd3100e55
Fix some typos (#15179) 2020-10-11 18:19:41 +02:00
Erik Montnemery
9d0ee2c496
Correct docs for disabling MQTT birth message (#14146) 2020-08-03 21:13:37 +02:00
Erik Montnemery
9b23c31900
Correct how to disable MQTT birth and will messages (#14005) 2020-07-15 11:13:40 +02:00
Erik Montnemery
9e5236ffda
MQTT birth and will messages are published by default (#13931) 2020-07-14 17:15:59 +02:00
Christopher Cavey
502ee8228a
Reflect the correct default retain status
See https://github.com/home-assistant/home-assistant/pull/27574
See https://github.com/home-assistant/home-assistant/issues/27573
2019-10-16 09:27:09 -04: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
Klaas Schoute
7da774c0e9 Update Birth_will MQTT component configuration (#7380) 2018-11-06 08:16:13 +01: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
Corban Mailloux
e479320b29 Spelling and grammar fixes. (#2132)
* Spelling and grammar fixes.

* Grammar.

* Fix broken markdown.
2017-02-24 23:16:41 +01:00
Fabian Affolter
481320128f Re-organisation Documentation and Getting started (#2055)
* Split MQTT documentation

* Add more details

* Move content to /docs

* Enable sidebar

* Move content to /docs

* Enable sidebar

* Move content

* Update links

* Remove wizard stuff

* Enable sidebar

* Minor changes

* Move MQTT parts to /docs

* update links

* Update links and sync content

* Fix link

* Enable sidebar

* Remove navigation

* Remove navigation and other minor updates

* Update links

* Add overview page

* Make title linkable

* Update

* Plit content

* Update links

* Rearrange content

* New getting-started section

* Add icons for docs

* Update for new structure

* Update for new structure

* Add docs navigation

* Add docs overview page

* Remove ecosystem navigation

* Add docs and remove other collections

* Move ecosystem to docs

* Remove duplicate files

* Re-add ecosystem overview

* Move to ecosystem

* Fix permission

* Update navigation

* Remove collection

* Move overview to right folder

* Move mqtt to upper level

* Move notebook to ecosystem

* Remove un-used files

* Add one more rectangle for iOS

* Move two parts back from docs and rename Run step

* Remove colon

* update getting-started section

* Add redirect

* Update

* Update navigation
2017-02-23 11:09:41 +01:00