Erik Montnemery
|
cc564026fa
|
Move EntityCategory to homeassistant.const (#87792)
* Move EntityCategory to homeassistant.const
* Fix more imports
|
2023-02-09 20:15:37 +01:00 |
epenet
|
a1374963d1
|
Improve entity type hints [h] (#77468)
|
2022-08-30 20:55:01 +02:00 |
Khole
|
255c3c5b9a
|
Hive add entity categories to entities (#74324)
add enitity categories to entities
|
2022-07-02 08:33:10 -04:00 |
Khole
|
d59ecc4c96
|
Refactor hive entity (#72311)
* Add hive category entity changes
* Updates based on PR feedback
* Revert libary bump
* Update after PR feedback
* Update Binary device class for smoke sensor
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Remove entity category
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Updates after PR review
* Remove unused import
* Update light based on PR feedback
* Update light code from PR review
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
|
2022-05-29 12:08:50 +02:00 |
Paulus Schoutsen
|
69fcce3b2c
|
Remove energy usage from the switch base class (#68821)
* Remove energy usage from the switch base class
* Remove unused attributes from integrations
|
2022-03-28 18:56:04 -10:00 |
epenet
|
f39531dcfc
|
Add switch setup type hints [g-m] (#63303)
Co-authored-by: epenet <epenet@users.noreply.github.com>
|
2022-01-03 19:23:11 +01:00 |
Robert Hillis
|
4a8e9df026
|
Use DeviceInfo Class H (#58276)
|
2021-10-23 15:35:33 +02:00 |
epenet
|
58c5b5058c
|
Use DeviceInfo on components with via_device (H) (#58211)
Co-authored-by: epenet <epenet@users.noreply.github.com>
|
2021-10-22 11:52:48 +02:00 |
Khole
|
84984b0223
|
Bump Pyhiveapi (#50368)
|
2021-05-10 20:38:35 +02:00 |
Khole
|
6482800724
|
Add hive heat on demand (#48591)
|
2021-04-02 01:14:40 +02:00 |
Khole
|
cfeb8eb06a
|
Add Hive config flow (#47300)
* Add Hive UI
* Fix tests and review updates
* Slimmed down config_flow
* Fix tests
* Updated Services.yaml with extra ui attributes
* cleanup config flow
* Update config entry
* Remove ATTR_AVAILABLE
* Fix Re-Auth Test
* Added more tests.
* Update tests
|
2021-03-15 12:27:10 +01:00 |
Erik Montnemery
|
af4d06b12e
|
Update integrations f-i to override extra_state_attributes() (#47757)
|
2021-03-11 16:57:47 +01:00 |
Khole
|
3381e2f65a
|
Convert Hive to Async (#46117)
* Convert Hive to Async
* Update Refresh System
* Update load platform to Async
* Changes from review feedback
* Review Round 2
* Updated service
* Updated dict keys
* Convert Hive to Async
* Update Refresh System
* Update load platform to Async
* Changes from review feedback
* Review Round 2
* Updated service
* Updated dict keys
* Convert Hive to Async
* Update Refresh System
* Update load platform to Async
* Changes from review feedback
* Review Round 2
* Updated service
* Updated dict keys
* Updated Refresh System
|
2021-02-09 22:03:49 +01:00 |
Erik Montnemery
|
066e921a8b
|
Rename SwitchDevice to SwitchEntity (#34673)
|
2020-04-26 18:50:37 +02:00 |
Bas Nijholt
|
51ece97e0d
|
Sort imports according to PEP8 for hive (#29669)
|
2019-12-08 21:06:05 +01:00 |
Khole
|
fc3f5163f1
|
Add hive boost to climate and water_heater (#26789)
* Start the Boost work
* Add services.yaml
* Added Services #2
* Start the Boost work
* Add services.yaml
* Added Services #2
* Working Services
* pyhiveapi to 0.2.19
* Update Libary to 0.2.19
* Update Water_heater boost
* Added Async hass add function
* Update Services
* Reviewed Changes
* Fixed Refresh System
* Review 2
* Moved device iteration to the platform
* update
* Updates #2
* Review#3 New Base Class
* Review #5
* Update homeassistant/components/hive/__init__.py
Co-Authored-By: Martin Hjelmare <marhje52@kth.se>
* Update homeassistant/components/hive/__init__.py
Co-Authored-By: Martin Hjelmare <marhje52@kth.se>
* Update homeassistant/components/hive/__init__.py
Co-Authored-By: Martin Hjelmare <marhje52@kth.se>
* Review 6
* Review 7
* Removed Child classes to inhertit from the parent
|
2019-09-27 23:18:34 +02:00 |
Franck Nijhof
|
f9edec19ad
|
Use literal string interpolation in integrations H-J (f-strings) (#26380)
|
2019-09-03 17:27:14 +02: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
|
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
|
3736120c6a
|
Update file header (#21061)
* Update file header
* Fix lint issue
* Fix lint issue
|
2019-02-14 16:01:46 +01: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 |