Files
home-assistant-core/homeassistant/components/probe_plus/const.py
T
20ce879471 Add new Probe Plus integration (#143424)
* Add probe_plus integration

* Changes for quality scale

* sentence-casing

* Update homeassistant/components/probe_plus/config_flow.py

Co-authored-by: Erwin Douna <[email protected]>

* Update homeassistant/components/probe_plus/config_flow.py

Co-authored-by: Erwin Douna <[email protected]>

* Update tests/components/probe_plus/test_config_flow.py

Co-authored-by: Erwin Douna <[email protected]>

* Update tests/components/probe_plus/test_config_flow.py

Co-authored-by: Erwin Douna <[email protected]>

* remove version from configflow

* remove address var from async_step_bluetooth_confirm

* move timedelta to SCAN_INTERVAL in coordinator

* update tests

* updates from review

* add voltage device class

* remove unused logger

* remove names

* update tests

* Update config flow tests

* Update unit tests

* Reorder successful tests

* Update config entry typing

* Remove icons

* ruff

* Update async_add_entities logic

Co-authored-by: Joost Lekkerkerker <[email protected]>

* sensor platform formatting

---------

Co-authored-by: Erwin Douna <[email protected]>
Co-authored-by: Joost Lekkerkerker <[email protected]>
2025-05-19 22:50:09 +02:00

4 lines
71 B
Python

"""Constants for the Probe Plus integration."""
DOMAIN = "probe_plus"