Joost Lekkerkerker
2dab9eaf86
Use shorthand attributes in Isy994 ( #99395 )
2023-08-31 19:58:40 -05:00
J. Nick Koston
54cd0e8183
Add some missing typing to isy994 ( #99110 )
2023-08-27 12:33:00 +02:00
Erik Montnemery
045c327928
Move DeviceInfo from entity to device registry ( #98149 )
...
* Move DeviceInfo from entity to device registry
* Update integrations
2023-08-10 22:04:26 -04:00
J. Nick Koston
7a1f0a0b74
Remove unneeded str() in StrEnum backport ( #96509 )
2023-07-13 22:37:59 -10:00
shbatm
28bea53afe
Move ISY994 data to dataclass and remove bad entities ( #85744 )
2023-01-12 13:09:04 -10:00
shbatm
255a8362a1
Consolidate device info and clean-up ISY994 code base ( #85657 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-01-11 18:07:44 -10:00
shbatm
856895ddf5
Remove old migrate unique ID code from ISY994 ( #85641 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-01-10 12:42:31 -10:00
shbatm
9ad05b55d9
Use Platform enum and remove DOMAIN as X imports in ISY994 ( #85341 )
2023-01-06 13:16:14 -10:00
shbatm
240e1fd8f3
Update ISY994 integration to be model agnostic ( #85017 )
2023-01-02 14:22:40 -10:00
epenet
68e454712d
Use UnitOfTemperature in climate entities [g-l] ( #83127 )
...
* Use UnitOfTemperature in climate entities [g-l]
* Adjust gree
* Adjust honeywell
2022-12-05 10:42:24 +01:00
epenet
ec532414ba
Import climate constants from root [a-l] ( #78177 )
2022-09-10 23:39:52 +02:00
epenet
e19e65908a
Use _attr_precision in entities ( #77477 )
2022-08-29 22:02:29 +02:00
shbatm
18c2614802
Check ISY994 climate for unknown humidity value on Z-Wave Thermostat ( #72990 )
...
Check ISY994 climate for unknown humidity on Z-Wave Thermostat
Update to #72670 to compare the property value and not the parent object. Should actually fix #72628
2022-06-03 06:53:23 -10:00
shbatm
d603952872
Check ISY994 climate for unknown humidity on Z-Wave Thermostat ( #72670 )
2022-05-29 06:00:18 -10:00
epenet
d288c569fa
Use climate enums in isy994 ( #70678 )
2022-04-25 18:28:56 -10:00
epenet
e6d8aa34fa
Use EntityFeature enum in components (i**) ( #69409 )
2022-04-06 21:35:27 -10:00
J. Nick Koston
6c38a6b569
Enable strict typing for isy994 ( #65439 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-02-03 17:02:05 +01:00
epenet
eafece3651
Add setup type hints (part 1) ( #63955 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-12 08:49:46 +01:00
Marc Mueller
4513ee4ea5
Use assignment expressions 12 ( #57937 )
2021-10-20 14:34:08 -07:00
shbatm
775af9d2c5
Update PyISY to v3.0.0 and ISY994 to use Async IO ( #50806 )
2021-05-18 14:15:47 -05:00
Ruslan Sayfutdinov
cbaeec2a4e
Use AddEntitiesCallback type, pt.2 ( #49921 )
2021-04-30 20:38:59 +02:00
jan iversen
9685cefba4
Integrations h* - i*: Rename HomeAssistantType to HomeAssistant. ( #49587 )
2021-04-23 10:11:58 +02:00
Marc Mueller
283b4abe67
Update typing 09 ( #48059 )
2021-03-18 10:02:00 +01:00
J. Nick Koston
8adfcf23f0
Fix isy994 send_node_command ( #39806 )
2020-09-08 17:31:08 +02:00
shbatm
04231bcb54
Fix error on empty UOM for ISY994 Climate Device ( #36454 )
2020-06-05 00:22:35 +02:00
shbatm
b1d59679e5
Code conformance and sensor value clean-up on ISY994 ( #35514 )
...
* Consolidate value conversion functions
* Update to sensor
* Fix property name
* Revise sensors and state reporting per code standards
* Update uom function and revert to property
2020-05-11 21:32:19 -05:00
shbatm
9eb1505aa1
Add Device and Integration Services to ISY994 ( #35467 )
...
* ISY994 Add Services
ISY994 Add support for climate platform
* Remove device registry cleanup
Remove device registry cleanup from service in favor of #35106
* ISY994 Update Services Definitions
Rename entry to config_entry_id
* Grammar corrections
Fix Typo
* Add await and lower logging per review.
* Rename to entries and remove unused device_id refs
* Fix tuple typo
* Fix Typo in strings
* Fix typo in strings
2020-05-11 10:58:58 -05:00
shbatm
8947ce5053
Add Climate Platform Support to ISY994 ( #35440 )
...
* ISY994 Add support for climate platform
Remove services from Climate (not added yet)
* Incorporate suggestions based on review.
* Collect string literals to Const. Rename device to entity
* Fix merge error
2020-05-09 22:03:05 -05:00