Erik Montnemery
|
c6bc47b32d
|
Refactor MQTT climate to deduplicate code (#23044)
|
2019-04-13 20:34:39 -07:00 |
Erik Montnemery
|
d99637e51b
|
Deprecate implicit state_topic for MQTT discovery (#22998)
* Deprecate implicit state_topic for MQTT discovery
* Lint
* Add comments
* Modernize tests
|
2019-04-13 20:25:45 -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 |
Otto Winter
|
c9ec166f4b
|
Add MQTT climate two-point target temperature support (#22860)
* Add MQTT climate two-point target temperature support
* Sort
* Fix test
|
2019-04-08 06:28:42 -07:00 |
Erik Montnemery
|
842534d472
|
Use dict[key] for required config keys and keys with default values. (#22831)
|
2019-04-07 10:00:40 -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
|
c340083ba5
|
Add missing retain option to mqtt.climate configuration schema (#21536)
|
2019-02-28 18:26:54 +01:00 |
Joakim Plate
|
c5de32e7b1
|
Climate const.py move (#20945)
* Move constants to const.py
* Import from const instead of climate
|
2019-02-14 20:34:43 +01:00 |
emontnemery
|
b1faad0a50
|
Use PLATFORM_SCHEMA_BASE as base schema for additional components. (#20578)
* Disable extra=vol.ALLOW_EXTRA for additional platforms.
* Remove PLATFORM_SCHEMA_2
* Add entity_namespace to base platform schema
|
2019-02-04 21:52:19 -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
|
6d2e7db123
|
Update device registry of MQTT climate
|
2019-01-26 09:04:02 +08:00 |
emontnemery
|
dbba3eb0d4
|
Add JSON attribute topic to MQTT climate (#20239)
|
2019-01-20 16:42:35 -08: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 |