Franck Nijhof
|
055cdc64c0
|
Add support for IoT class in manifest (#46935)
|
2021-04-15 10:21:38 +02:00 |
Erik Montnemery
|
fdf97eaca3
|
Migrate integrations i-m to extend SensorEntity (#48213)
|
2021-03-22 19:59:03 +01:00 |
Colin Robbins
|
b3a97c7b42
|
Bump lightwave to 0.19 (#42033)
* Python 3.9 compatibilty
* Python 3.9 compatibility
|
2020-10-20 03:03:35 +02:00 |
springstan
|
d2b1918e9c
|
Drop UNIT_ prefix for percentage constant (#39383)
|
2020-09-05 21:09:14 +02:00 |
Erik Montnemery
|
066e921a8b
|
Rename SwitchDevice to SwitchEntity (#34673)
|
2020-04-26 18:50:37 +02:00 |
Erik Montnemery
|
e4333a7a44
|
Rename Light to LightEntity (#34593)
|
2020-04-26 18:49:41 +02:00 |
Erik Montnemery
|
29bc93ea98
|
Rename ClimateDevice to ClimateEntity (#34591)
|
2020-04-25 18:04:03 +02:00 |
Colin Robbins
|
c5adcab195
|
Add Lightwave TRV (#31665)
* Add a shadow for covers that do not support postion
* Rename shadow as optimistic
* Add TRV support
* Revert "Rename shadow as optimistic"
This reverts commit e6e1db9cfb .
* Revert "Add a shadow for covers that do not support postion"
This reverts commit 4f53e2c6c6 .
* fix logic error
* Modified configuration
* Modified configuration (2)
* ATTR_BATTERY_LEVEL
* move socket code to library 2
* requirements_all.txt
* Update homeassistant/components/lightwave/sensor.py
Co-Authored-By: springstan <46536646+springstan@users.noreply.github.com>
* Update homeassistant/components/lightwave/climate.py
Co-Authored-By: springstan <46536646+springstan@users.noreply.github.com>
* Style changes requested by @sprintstan
* Update homeassistant/components/lightwave/__init__.py
Co-Authored-By: springstan <46536646+springstan@users.noreply.github.com>
* Update homeassistant/components/lightwave/__init__.py
Co-Authored-By: springstan <46536646+springstan@users.noreply.github.com>
* Update homeassistant/components/lightwave/__init__.py
Co-Authored-By: springstan <46536646+springstan@users.noreply.github.com>
* Black
* Update homeassistant/components/lightwave/climate.py
Co-Authored-By: springstan <46536646+springstan@users.noreply.github.com>
* Update homeassistant/components/lightwave/climate.py
Co-Authored-By: springstan <46536646+springstan@users.noreply.github.com>
* Update homeassistant/components/lightwave/climate.py
Co-Authored-By: springstan <46536646+springstan@users.noreply.github.com>
* Update homeassistant/components/lightwave/climate.py
Co-Authored-By: springstan <46536646+springstan@users.noreply.github.com>
* Remove device_attr
* remove redundant proxy parameters, left over from previous change
* remove device id - not used
* add comment on inhibit flag
* pylint
* fix config logic error
* revert suggested change: need different behaviour with None & 0
* touch
* backoff error in rebase change
* Requesed code changes from @springstan
* Update homeassistant/components/lightwave/climate.py
Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/lightwave/climate.py
Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/lightwave/climate.py
Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/lightwave/climate.py
Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/lightwave/climate.py
Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/lightwave/climate.py
Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/lightwave/climate.py
Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/lightwave/climate.py
Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/lightwave/climate.py
Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/lightwave/climate.py
Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/lightwave/climate.py
Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/lightwave/sensor.py
Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/lightwave/sensor.py
Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/lightwave/climate.py
Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/lightwave/sensor.py
Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/lightwave/sensor.py
Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/lightwave/sensor.py
Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>
* Changes requested by @MartinHjelmare
* Clean temp step constant
Co-Authored-By: springstan <46536646+springstan@users.noreply.github.com>
Co-authored-by: springstan <46536646+springstan@users.noreply.github.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
|
2020-04-12 21:35:47 -05:00 |
Paulus Schoutsen
|
f1d3c0d19b
|
Remove unused manifest fields (#33595)
|
2020-04-03 12:58:19 -07:00 |
Paulus Schoutsen
|
aaa1d06809
|
Directly call async_write_ha_state (#33508)
* Directly call async_write_ha_state
* Address comments
* Fix tests
|
2020-04-01 14:19:51 -07:00 |
Franck Nijhof
|
a84741392b
|
Format all manifests with prettier (#30521)
|
2020-01-06 21:28:23 +01:00 |
Martin Rowan
|
48aba426a9
|
Bump lightwave to 0.17 (#29566)
|
2019-12-06 17:40:59 +01:00 |
springstan
|
cfe920079c
|
Move imports to top for lightwave (#29385)
|
2019-12-04 11:12:03 +01:00 |
Franck Nijhof
|
c7da781efc
|
Update documentation link URL for integrations in all manifests (#27114)
|
2019-10-02 09:25:44 -07:00 |
Paulus Schoutsen
|
4de97abc3a
|
Black
|
2019-07-31 12:25:30 -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 |
Paulus Schoutsen
|
cfe4cf30ad
|
Add manifests (#22699)
* Add manifests
* Update auto name
* Update codeowners
* Add requirements from platforms
* Minor cleanup
* Incorporate changes from awarecan PR
|
2019-04-03 21:14:45 -07:00 |
Anders Melchiorsen
|
1b0b5b4b8c
|
Fix lightwave config validation (#22576)
|
2019-03-31 09:19:39 -05: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 |
Fabian Affolter
|
161c368c9d
|
Update file header (#21054)
* Update file header
* Update __init__.py
|
2019-02-13 20:35:12 -08:00 |
Paulus Schoutsen
|
e2d3c27e85
|
Embed all platforms into components (#20677)
* Consolidate all components with platforms
* Organize tests
* Fix more tests
* Fix Verisure tests
* one final test fix
* Add change
* Fix coverage
|
2019-02-02 07:13:16 -08:00 |