Stefan
911a2c585e
Fix broken links ( #19619 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-10-11 12:49:46 +02:00
David Beitey
804e1ebbcc
Update documentation URLs for security and privacy ( #19612 )
2021-10-05 15:37:09 +02:00
Chris Browet
04be3defe8
Add state_class to abbreviations ( #19216 )
2021-09-14 08:39:38 +02:00
fmartinou
4106befc9c
Add Teleinfo Mqtt and What'sup Docker? to the list of the third-party… ( #18923 )
2021-08-16 13:22:54 +02:00
Aaron Bach
cdb3c26454
Add ecowitt2mqtt to MQTT Discovery docs ( #18879 )
2021-08-10 19:00:20 +02:00
Franck Nijhof
c5e83224bc
Merge branch 'current' into next
2021-07-28 13:42:27 +02:00
Oxan van Leeuwen
5489f1cf2f
Fix a bunch of typos ( #18579 )
2021-07-23 00:07:27 +02:00
Jan Bouwhuis
4d39d1138f
Add MQTT humidifier documentation ( #18450 )
...
* Add MQTT humidifier documenattion
* use available_modes to align to entity model
* text correction
* available_modes
* use avail_modes not modes
* Do not not mark sub release
* Allign modes attribute with climate platform
* Remove humidity range, add device_class
* Retrigger tests
2021-07-19 15:28:11 +02:00
Erik Montnemery
41378757d5
Document MQTT Select ( #18290 )
...
* Document MQTT Select
* Apply suggestions from code review
Co-authored-by: Franck Nijhof <git@frenck.dev>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-06-24 18:47:59 +02:00
Franck Nijhof
fa493b59bd
Remove commercial brokers from MQTT documentation ( #18063 )
...
* Remove commercial brokers from MQTT documentation
* Remove stale note
2021-06-02 20:08:49 +02:00
Jan Bouwhuis
53fb699dfd
Mqtt fan docs update for new state reset attributes ( #17820 )
...
* Mqtt fan docs upate for new state reset attributes
* Better description of new payload_reset_attributes
2021-05-20 11:43:51 +02:00
Adrian Sterr
481049a238
added hivemq cloud documentation ( #17727 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-05-12 12:57:26 +02:00
Jan Bouwhuis
c79e162f6f
Command templates for mqtt fan ( #17173 )
2021-03-30 14:47:25 +02:00
Franck Nijhof
5b68cc0898
Revert "Revert "Support preset modes and percentage for mqtt fan ( #17048 )""
...
This reverts commit 29ac6acf328e622538609f40a4e410254edd21d1.
2021-03-29 15:35:38 +02:00
Franck Nijhof
f44ec4c702
Merge branch 'current' into next
2021-03-29 15:35:12 +02:00
Franck Nijhof
29ac6acf32
Revert "Support preset modes and percentage for mqtt fan ( #17048 )"
...
This reverts commit 9e5d1835cb47638694ecb913a0c71b374625905c.
2021-03-29 15:34:31 +02:00
Franck Nijhof
8ae1e4e1d3
Merge branch 'current' into next
2021-03-29 15:33:35 +02:00
Erik Montnemery
7d884b7346
Document best practice for MQTT discovery topic ( #17139 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-03-29 13:24:45 +02:00
Jan Bouwhuis
9e5d1835cb
Support preset modes and percentage for mqtt fan ( #17048 )
2021-03-29 09:37:16 +02:00
RadekHvizdos
968bb0eb17
Update documentation MQTT suggested_area ( #17003 )
...
Add MQTT suggested_area to the documentation (next branch)
2021-03-15 20:13:56 +01:00
Shay Levy
1a5d777eb2
Update changes in enhance mqtt cover platform PR ( #16466 )
...
Co-authored-by: Erik Montnemery <erik@montnemery.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-02-11 17:38:16 +01:00
PeteBa
c59c75db38
Initial commit ( #16417 )
2021-02-05 09:39:47 +01:00
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
Michael Bisbjerg
fe2f862d61
Add link from MQTT discovery to Scenes.mqtt.markdown ( #16234 )
2021-01-21 14:16:21 +01:00
Franck Nijhof
a6969a087b
Merge branch 'current' into rc
2021-01-06 14:39:59 +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
PeteBa
57602f6faf
MQTT tracker discovery ( #15427 )
2020-12-07 13:31:35 +01:00
Dimitris
34613475bc
Fix a small typo in mqtt broker docs ( #15758 )
2020-11-26 16:54:03 +01:00
Ivan Bessarabov
0a5257390e
Add qos default value (0) to service mqtt.publish ( #15420 )
...
6380ebd1eb/homeassistant/components/mqtt/const.py (L25)
2020-11-07 12:16:34 +01:00
Florian
47e96b416b
Add OpenMQTTGateway as a third party tool with built-in MQTT discovery support ( #15525 )
2020-11-03 18:48:54 +01:00
Erik Montnemery
567f2a31e1
Tweak MQTT discovery documentation ( #15522 )
2020-11-03 12:08:41 +01:00
Erik Montnemery
eb57a63481
Update MQTT discovery documentation ( #15470 )
2020-10-29 19:23:51 +01:00
Erik Montnemery
7f5d05b4d6
Extend MQTT broker warning to include ActiveMQ ( #15315 )
2020-10-19 17:26:46 +02:00
Santobert
8bd3100e55
Fix some typos ( #15179 )
2020-10-11 18:19:41 +02:00
Paulus Schoutsen
1740c6fa61
Fix broken link ( #15027 )
2020-10-07 17:13:15 +02:00
Erik Montnemery
62b598d4f5
Add MQTT tag scanner documentation ( #14961 )
2020-10-07 17:13:07 +02:00
JeeCee1
55141f2d3d
Update discovery.markdown ( #14921 )
...
json_attributes is depricated (since 0.85?)
2020-10-05 19:55:23 +02:00
Roncoa
d2e1fd372f
Update discovery.markdown ( #14672 )
...
Add SmartHome firmware in the list of software that have built-in support for MQTT discovery
2020-10-01 09:06:00 +02:00
Marley Jaffe
ce4789b95f
Updated MQTT testing documentation ( #14537 )
...
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
2020-09-18 11:36:08 +02:00
Daniel
16e92ccabc
CloudMqtt is no longer offering free plans ( #14393 )
...
As I don't want to delete the setup instructions which may be helpful pointers to novice users, I left it it, but adapter.
See https://www.cloudmqtt.com/blog/2020-02-13-cloudmqtt-cute-cat-free-plan-out-of-stock.html
2020-09-04 16:41:38 +02:00
Michal
39352916b7
Update discovery.markdown ( #14371 )
...
added MiFlora MQTT Daemon to third party tools
2020-09-02 08:37:43 +02:00
Hilbrand Bouwkamp
4a8f8a1bf0
Update discovery.markdown ( #14280 )
...
Updated discovery markdown to contain all abbreviations found in the abbreviations.py file.
Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
2020-08-21 12:53:14 +02:00
tomlut
807e232172
Add quotes to the payload_template example. ( #14206 )
...
The payload_template example was missing enclosing quotes. Confirmed that this is required.
`payload_template: {{ states('sun.sun') }}` causes the service call to fail, ("value should be string for dictionary value").
`payload_template: "{{ states('sun.sun') }}"` publishes correctly
2020-08-10 19:48:07 +02:00
Erik Montnemery
9d0ee2c496
Correct docs for disabling MQTT birth message ( #14146 )
2020-08-03 21:13:37 +02:00
Andrew Fahrenholtz
39f943516f
MQTT Grammar ( #14137 )
2020-08-03 12:00:29 +02:00
Elias Hunt
a69fbc0733
Update discovery.markdown ( #14087 )
...
Noted MQTT Discovery support by WyzeSense2MQTT project
2020-07-27 07:52:28 +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
Franck Nijhof
c731576c81
Merge branch 'current' into next
2020-07-01 11:52:40 +02:00