Jan Bouwhuis
|
9ad3c8dbc9
|
Remove MQTT legacy vacuum support (#107274)
|
2024-01-08 09:22:43 +01:00 |
|
Pawel
|
9007e17c3e
|
MQTT Vacuum State Device (#23171)
* add StateVacuum MQTT
|
2019-04-22 21:49:15 +02:00 |
|
Erik Montnemery
|
bea7e2a7fa
|
Fix clearing error message for MQTT vacuum (#23206)
* Fix clearing error message
* Remove redundant hass.async_block_till_done
|
2019-04-18 21:01:19 -07:00 |
|
Pawel
|
1d2e9b6915
|
Add support for params in send_command (#23071)
* add support for params in send_command
* add more tests
|
2019-04-14 11:09:46 -07:00 |
|
Erik Montnemery
|
b390de1598
|
Fix bugs in MQTT vacuum (#23048)
|
2019-04-13 20:29:01 -07:00 |
|
cgtobi
|
2c07bfb9e0
|
Remove dependencies and requirements (#23024)
* Remove dependencies and requirements
* Revert "Remove dependencies and requirements"
This reverts commit fe7171b4cd .
* Remove dependencies and requirements
* Revert "Remove dependencies and requirements"
This reverts commit 391355ee2c .
* Remove dependencies and requirements
* Fix flake8 complaints
* Fix more flake8 complaints
* Revert non-component removals
|
2019-04-12 10:13:30 -07:00 |
|
Erik Montnemery
|
dbb42e5890
|
Use dict[key] for required config keys and keys with default values. (#22838)
|
2019-04-07 10:10:57 -04:00 |
|
Tobias Sauerwein
|
048b100eea
|
Clean up docstrings (#22679)
* Clean up docstrings
* Fix long lines
* Fix more docstrings
* Fix more docstrings
* Fix more docstrings
|
2019-04-03 17:40:03 +02:00 |
|
Paulus Schoutsen
|
4b1de61110
|
Use relative imports inside integrations (#22235)
* Use relative imports inside integrations
* Lint
* Fix automation tests
* Fix scene imports
|
2019-03-20 22:56:46 -07:00 |
|
emontnemery
|
5957e4b75b
|
Pass Message object to MQTT message callbacks (#21959)
* Pass Message object to MQTT message callbacks
* Improve method of detecting deprecated msg callback
* Fix mysensors
* Fixup
* Review comments
* Fix merge error
|
2019-03-13 12:58:20 -07:00 |
|
emontnemery
|
ce1fe06193
|
Write state directly in all MQTT platforms (#21971)
|
2019-03-12 14:46:48 -07:00 |
|
emontnemery
|
89fc3b2a1b
|
Disable extra=vol.ALLOW_EXTRA for MQTT platforms. (#20562)
|
2019-01-29 09:29:02 -08:00 |
|
emontnemery
|
bb4ca1f525
|
Cleanup if discovered mqtt vacuum can't be added (#20549)
|
2019-01-28 15:56:47 -08:00 |
|
emontnemery
|
648adcc708
|
Small cleanup of MQTT platforms (#20503)
* Move CONF_UNIQUE_ID to init
* Sort imports
* Update ordering
|
2019-01-27 18:54:52 +01:00 |
|
emontnemery
|
8804f55fcc
|
Update device registry of MQTT Vacuum (#20500)
|
2019-01-27 17:43:16 +01:00 |
|
Erik
|
5b8f64093b
|
Add JSON attribute topic to MQTT vacuum
|
2019-01-19 11:58:21 +01:00 |
|
emontnemery
|
0ec1401be7
|
Minor refactoring of MQTT availability (#20136)
* Small refactor of MQTT availability
* Use dict[key] for required config keys and keys with default values.
|
2019-01-15 14:26:37 -08:00 |
|
emontnemery
|
5b53bd6aa0
|
Move MQTT platforms under the component (#20050)
* Move MQTT platforms under the component
|
2019-01-15 17:31:06 +01:00 |
|