core/homeassistant/components/husqvarna_automower
Thomas55555 f001e8524a
Add Workarea cutting height to Husqvarna Automower (#116115)
* add work_area cutting_height

* add

* add default work_area

* ruff/mypy

* better names

* fit to api bump

* tweaks

* more tweaks

* layout

* address review

* change entity name

* tweak test

* cleanup entities

* fix for mowers with no workareas

* assure not other entities get deleted

* sort & remove one callback

* remove typing callbacks

* rename entity to entity_entry
2024-04-29 21:10:45 +02:00
..
__init__.py Add number platform to Husqvarna Automower (#115125) 2024-04-23 14:18:49 +02:00
api.py Add strict typing to husqvarna automower (#115374) 2024-04-25 15:39:42 -05:00
application_credentials.py
binary_sensor.py
config_flow.py
const.py
coordinator.py
device_tracker.py Bump aioautomower to 2024.4.3 (#114500) 2024-04-23 22:23:44 +02:00
diagnostics.py
entity.py
icons.json Add number platform to Husqvarna Automower (#115125) 2024-04-23 14:18:49 +02:00
lawn_mower.py
manifest.json Bump aioautomower to 2024.4.4 (#116185) 2024-04-25 14:36:00 -05:00
number.py Add Workarea cutting height to Husqvarna Automower (#116115) 2024-04-29 21:10:45 +02:00
select.py Bump aioautomower to 2024.4.3 (#114500) 2024-04-23 22:23:44 +02:00
sensor.py Bump aioautomower to 2024.4.3 (#114500) 2024-04-23 22:23:44 +02:00
strings.json Add Workarea cutting height to Husqvarna Automower (#116115) 2024-04-29 21:10:45 +02:00
switch.py