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 Add binary sensor platform for Husqvarna Automower (#113248) 2024-03-19 15:30:30 +01:00
config_flow.py Bump aioautomower to 2024.3.0 (#112627) 2024-03-10 23:10:27 +02:00
const.py Add missing device info to Husqvarna Automower (#113090) 2024-03-12 08:25:35 +01:00
coordinator.py Change scan interval for Husqvarna Automower (#115225) 2024-04-08 20:22:09 +02:00
device_tracker.py Bump aioautomower to 2024.4.3 (#114500) 2024-04-23 22:23:44 +02:00
diagnostics.py Update empty line formatting after module docstring (#114040) 2024-03-23 00:27:57 +01:00
entity.py Address late review on adding an error sensor to Husqvarna Automower (#113242) 2024-03-15 12:04:33 +01:00
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