118 Commits

Author SHA1 Message Date
Franck Nijhof
ae75499061
Merge branch 'current' into rc 2024-02-07 18:16:18 +01:00
Jan Bouwhuis
9623cdf578
Move refs to documentaion on MQTT supported components to the config section (#31285)
* Move refs to documentaion on MQTT supported components to the config section

* tiny tweak

---------

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
2024-02-07 09:28:39 +01:00
Franck Nijhof
099bbaeead
Merge branch 'current' into next 2024-01-31 09:25:34 +01:00
Jan Bouwhuis
f10e16b51c
Fix broken link MQTT discovery MyElectricalData (#31144) 2024-01-30 16:32:22 +01:00
Jan Bouwhuis
7da408cb83
Explain better how MQTT entities can share a device (#30896) 2024-01-18 21:02:47 +01:00
Jan Bouwhuis
b721084c4c
Add serial_number config attribute to MQTT device mapping (#30855)
* Add serial_number config attribute to MQTT device mapping

* Fix type
2024-01-16 14:03:00 +01:00
Jan Bouwhuis
fbcb721427
Remove legacy mqtt vacuum abbreviations and deprecated schema option (#30666) 2024-01-08 09:23:15 +01:00
Cody Cutrer
63ecdff604
sort mqtt discovery abbreviations (#30645) 2024-01-04 23:34:16 +01:00
Franck Nijhof
07d67c47e2
Merge branch 'current' into next 2023-12-27 14:02:26 +01:00
Jan Bouwhuis
4ef6c55e62
Add mqtt valve platform (#30344)
* Add mqtt value platform

* Fix formatting.

* Improve documentation

* Add reference on integration page and abbreviations

* State topic will accept both state and position updates plus JSON

* Add stop_command_topic

* Update after review core PR

* Tiny tweaks

* Update source/_integrations/valve.mqtt.markdown

* Tweak to kick the CI

* Apply suggestions from code review

Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>

* Update source/_integrations/valve.mqtt.markdown

Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>

* Update source/_integrations/valve.mqtt.markdown

* Apply suggestions from code review

Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>

* Update source/_integrations/valve.mqtt.markdown

* Fix

---------

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
2023-12-20 13:50:54 +01:00
Gaétan Collaud
b1d16509ba
Add digitalstrom-mqtt to the list of software that support MQTT discovery (#30413) 2023-12-19 20:43:04 +01:00
QuintinHill
ab3a77bbfb
Add ble2mqtt to third-party tools supporting MQTT auto-discovery (#30214)
Signed-off-by: Quintin Hill <git@quintin.me.uk>
2023-12-08 10:02:43 +01:00
Hao
a3e77ed933
Update mqtt.markdown to fix typo (#30100)
There's one too many right bracket causing the json parsor to fail.

Error log:

2023-12-01 23:45:07.964 WARNING (MainThread) [homeassistant.components.mqtt.discovery] Unable to parse JSON irrigation: '{"name": "Irrigation", "command_topic": "homeassistant/switch/irrigation/set", "state_topic": "homeassistant/switch/irrigation/state", "unique_id": "irr01ad", "device": {"identifiers": ["garden01ad"], "name": "Garden" }}}'
2023-12-02 07:56:12 +01:00
Lorenz
24c628140e
add go-iotdevie into the list of third-party tools supporting homeassistant discovery (#30023)
Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com>
2023-12-01 11:52:42 +01:00
c0ffeeca7
fba25682cd
Integrations: apply sentence-style capitalization (#29977)
* Integrations: apply sentence-style capitalizytion

* Apply suggestions from code review

Co-authored-by: Joakim Sørensen <joasoe@gmail.com>

---------

Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
2023-11-23 16:43:01 +01:00
c0ffeeca7
530204bb23
m-o integrations: apply sentence-style caps to categories (#29904)
* m-o integrations: apply sentence-style caps to categories

* Apply suggestions from code review

Co-authored-by: Joakim Sørensen <joasoe@gmail.com>

* Apply suggestions from code review

Co-authored-by: Joakim Sørensen <joasoe@gmail.com>

* Apply suggestions from code review

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

---------

Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2023-11-19 13:58:07 +01:00
Jan Bouwhuis
81402ce154
Explain how to use MQTT discovery messages (#29701)
* Explain how to use MQTT discovery messages

* Minor tweaks

Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com>

* tiny tweak

---------

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
2023-11-13 10:37:22 +01:00
Jan Bouwhuis
32851bae7f
Remove zwave2mqtt references from mqtt docs (#29779) 2023-11-10 09:55:07 +01:00
Jonny Bergdahl
43448a603b
Update mqtt.markdown for readability (#29450)
I have moved the example json contents to proper code blocks.
2023-10-20 20:32:38 +02:00
DrakeCoding
063234e5b2
Update mqtt.markdown (#29332)
Grammar changes.
2023-10-13 13:01:55 +02:00
Nico
0c42baf471
Fix broken link mqtt.markdown --> image.mqtt (#29183)
Fix broken link pointing to image.mqtt
2023-10-05 10:21:21 +02:00
g3gg0.de
be17625f24
Added TeddyCloud (#28831)
this change adds TeddyCloud, an open source Toniebox cloud replacement into the list
2023-09-08 14:55:01 +02:00
Jan Bouwhuis
523a3bfa91
Add MQTT lawn mower platform (#28663)
* Add MQTT lawn mower platform

* Use separate command topics and templates

* Tiny tweaks

* refrase

* Refrase

* Final version

---------

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
2023-08-28 11:10:45 +02:00
Franck Nijhof
54d4386ac4
Merge branch 'current' into next 2023-08-26 16:31:28 +02:00
Jan Bouwhuis
fb2f61973f
Add origin info for MQTT discovery (#28659) 2023-08-24 10:41:04 +02:00
Jan Bouwhuis
8d9c9ff401
Improve MQTT examples to reflect better to new naming standards (#28434)
* Improve example to reflect new naming standards

* Update source/_integrations/mqtt.markdown

* Apply suggestions from code review

* Fix typo

---------

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
2023-08-11 15:30:12 +02:00
Franck Nijhof
d53dc9b6ab
2023.8: Sync with codebase 2023-08-02 09:01:13 +02:00
Franck Nijhof
3a0c577b55
Merge branch 'current' into next 2023-07-25 17:13:38 +02:00
Jan Bouwhuis
123e1c3277
Add mqtt event platform (#28276)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2023-07-23 14:42:20 +02:00
Jan Bouwhuis
77e84f5e6e
Changes in naming of MQTT entities (#27954)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2023-07-23 14:20:39 +02:00
m4dm4rtig4n
f4d4e1f5d6
Update mqtt.markdown (#28250)
* Update mqtt.markdown

* Update source/_integrations/mqtt.markdown

Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com>

---------

Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com>
2023-07-19 18:48:33 +02:00
Jan Bouwhuis
35ade923d9
Introduce new yaml style and update examples (#28229)
* Introduce new yaml style and update examples

* Apply suggestions from code review

Thnx @frenck !

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

---------

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2023-07-18 14:30:22 +02:00
Franck Nijhof
ca962cf860
Enforce Markdown ordered list numbering (#28179) 2023-07-11 21:28:37 +02:00
c0ffeeca7
8b7a27b676
Integrations page update paths to reflect current UI (#28091)
* Integrations page: update paths to reflect current UI

- The cogwheel on the integration card was removed with 2023.7

* Undo automatic numbering
2023-07-06 10:34:54 +02:00
Franck Nijhof
99df24104e
2023.7: Sync docs with codebase 2023-07-05 10:48:15 +02:00
Franck Nijhof
2953605039
Merge branch 'current' into rc 2023-07-05 09:19:55 +02:00
Jan Bouwhuis
d4f90d89f8
Alternative for updating discovery examples (#28026)
* Alternative for updating discovery examples

* tiny tweak

---------

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
2023-07-05 06:09:27 +02:00
Franck Nijhof
749f148569
Merge branch 'current' into next 2023-06-28 10:16:49 +02:00
Jan Bouwhuis
01ea91578f
Add documentation for MQTT image platform component (#27887)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2023-06-26 14:45:10 +02:00
c0ffeeca7
03e17ec286
M-integrations: replace term component by integration (#27795) 2023-06-19 12:28:24 +02:00
hookedonunix
a1b53b172d
Add docs for MQTT Water Heater integration (#27549) 2023-06-08 18:16:04 +02:00
c0ffeeca7
6d52f67a32
mqtt: update paths to reflect new integration design (#27688) 2023-06-07 19:11:59 +02:00
c0ffeeca7
174725cdb7
mqtt: update paths to reflect new integration design (#27688) 2023-06-07 18:49:21 +02:00
Jan Bouwhuis
273f86efa1
Cleanup mqtt abbreviations for previous removed options (#27671) 2023-06-07 10:46:42 +02:00
Jan Bouwhuis
2c00066325
Use homeassistant/ as discovery prefix in mqtt examples (#27563)
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
2023-05-29 17:41:02 +02:00
Sven Serlier
df2e2c9f96
Update URLs (#27565)
* Update URL

* Update another URL
2023-05-28 21:48:07 +02:00
Jan Bouwhuis
1aa2a003a2
Add notes on Nuki Smart Lock 3.0 Pro MQTT support (#27467)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2023-05-20 19:53:15 +02:00
Franck Nijhof
36269a2f4b
Merge branch 'current' into next 2023-04-26 16:29:03 +02:00
Jan Bouwhuis
ac9ab8eebf
Add note on accessibility of advanced mqtt broker settings (#27134) 2023-04-25 22:23:28 +02:00
rubenbe
af07a465e4
Add MQTT fan direction feature (#27087)
Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2023-04-24 12:39:19 +02:00