core/homeassistant/components/apsystems
Simon Hörrle d246d02ab8
Add apsystems diagnostic binary sensors (#123045)
* add diagnostic sensors

* select output_data from data

* split sensor and binary_sensor configurations

* adjust module description

* convert values to bool

* add strings

* add tests

* add tests

* update translations

* remove already available _attr_has_entity_name

* use dataclass instead of TypedDict

* Update tests/components/apsystems/test_binary_sensor.py

---------

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-08-05 11:08:27 +02:00
..
__init__.py Add apsystems diagnostic binary sensors (#123045) 2024-08-05 11:08:27 +02:00
binary_sensor.py Add apsystems diagnostic binary sensors (#123045) 2024-08-05 11:08:27 +02:00
config_flow.py APSystems - add configuration option 'port' in config flow (#122144) 2024-07-21 22:03:41 +02:00
const.py APSystems - add configuration option 'port' in config flow (#122144) 2024-07-21 22:03:41 +02:00
coordinator.py Add apsystems diagnostic binary sensors (#123045) 2024-08-05 11:08:27 +02:00
entity.py Add BaseEntity for apsystems integration (#117514) 2024-06-03 07:28:13 +02:00
manifest.json Bump apsystems-ez1 to 1.3.3 (#120702) 2024-06-28 08:36:10 +02:00
number.py Add number input for apsystems (#118825) 2024-06-17 10:31:21 +02:00
sensor.py Add apsystems diagnostic binary sensors (#123045) 2024-08-05 11:08:27 +02:00
strings.json Add apsystems diagnostic binary sensors (#123045) 2024-08-05 11:08:27 +02:00
switch.py Add apsystems power switch (#122447) 2024-07-30 18:11:08 +02:00