Erik Montnemery
f83c8de8d3
Update signature of platforms' async_setup_entry ( #138201 )
2025-02-10 21:08:03 +01:00
Robert Svensson
81a269f4f5
Use runtime_data in Axis integration ( #116729 )
...
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
2024-05-03 21:52:37 +02:00
Robert Svensson
4e03d9cd47
Centralize loading Axis entities ( #114018 )
...
Centralize platform loading
2024-03-23 21:52:00 +01:00
Robert Svensson
817d931df0
Define and use entity description in Axis entity base class ( #114007 )
...
Define and use entity description in entity base class
2024-03-22 13:59:07 -04:00
Robert Svensson
cb348ddbdb
Axis use entity description light platform ( #113602 )
...
* Axis use entity description in light platform
* Clean up some old code
* Update homeassistant/components/axis/light.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-03-18 19:26:29 +01:00
Marc Mueller
ff3a801936
Add empty line after module docstring [a-d] ( #112697 )
2024-03-08 14:51:32 +01:00
Robert Svensson
ece5587e1f
Streamline naming in the Axis integration ( #112044 )
...
* Rename device.py to hub.py
* Rename AxisNetworkDevice to AxisHub
* Move hub.py into hub package
* Rename get_axis_device to get_axis_api
* Split out get_axis_api to its own module
* Rename device object to hub
* Rename device to api in config flow
* Convenience method to get hub
2024-03-02 11:32:51 -05:00
Robert Svensson
c478b1416c
Adapt Axis integration to library refactoring ( #110898 )
...
* Adapt Axis integration to library refactoring
* Bump axis to v49
2024-02-28 14:36:32 +01:00
Robert Svensson
e43802eb07
Use more _attrs_* in Axis entities ( #85555 )
...
* Use _attr_available
* Use _attr_is_on
* Use _attr_name
* Make some values private
* Update names of axis entity base classes
* Fix review comments
2023-01-18 17:27:13 +01:00
Robert Svensson
be899b6ab6
Store Axis device with entry_id key rather than unique_id ( #85673 )
...
* Store Axis device with entry_id key rather than unique_id
* Fix review comments
2023-01-13 22:21:40 +01:00
Robert Svensson
1cdd535f21
Bump axis to v46 ( #85431 )
2023-01-09 12:43:40 +01:00
Robert Svensson
534bb74069
Bump axis to v45 ( #84992 )
2023-01-02 18:14:14 +01:00
epenet
8181da7090
Improve type hints in axis ( #75910 )
2022-07-30 11:04:31 +02:00
Robert Svensson
874043f596
Migrate Axis to new entity naming style ( #74735 )
2022-07-14 21:01:57 +02:00
epenet
fde79e606d
Use ColorMode enum in axis ( #70425 )
2022-04-22 17:51:04 +02:00
epenet
7f9b7c7b0e
Add light setup type hints [a-i] ( #63291 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 15:02:21 +01:00
Robert Svensson
6e0aca49af
Replace properties with attr in Axis integration ( #51686 )
2021-06-10 19:15:01 +02:00
Robert Svensson
aad90b8644
Use supported color modes in Axis integration ( #51557 )
...
* Use supported color modes in Axis integration
* Fix Frencks comments
* Do Frencks suggestion
2021-06-08 00:03:33 +02:00
Robert Svensson
12a9695798
Use config_entry.on_unload rather than local listener implementation in Axis ( #49495 )
2021-04-20 08:53:05 -10:00
Robert Svensson
8e0addd216
Fix error with Axis light events without representation in light control ( #45277 )
2021-01-18 15:00:27 +01:00
Robert Svensson
1303d20064
Adapt Axis integration to async HTTPx calls ( #42095 )
2020-10-20 09:31:04 +02:00
Robert Svensson
028689d6bd
Remove update on add signalling in Axis integration ( #41956 )
...
Minor clean up of the integration
2020-10-16 11:54:48 -05:00
Franck Nijhof
1c2ebdf307
Upgrade black to 20.8b1 ( #39287 )
2020-08-27 13:56:20 +02:00
Robert Svensson
02e03340df
Light control support to Axis devices ( #36611 )
...
* IR light support to Axis devices
* Change how to read light state
* Add tests
* Bump dependency to v32
* Assert variables passed to set_intensity
2020-06-18 23:27:08 +02:00