1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-08 16:09:22 +00:00

25 Commits

Author SHA1 Message Date
Joost Lekkerkerker
d0a1781187
Remove entity description in Point () 2024-03-11 12:02:26 +01:00
Marc Mueller
988c71ecc5
Add empty line after module docstring [n-q] () 2024-03-08 15:04:07 +01:00
Erik Montnemery
0c2485bc03
Freeze integration entity descriptions ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-12-18 16:28:13 -10:00
Joost Lekkerkerker
75951dd67b
Use shorthand attributes in Point () 2023-09-12 10:15:36 -05:00
epenet
bb3e0633a4
Add init return type to integrations ()
Add type hints to integrations
2023-02-06 11:37:25 +01:00
epenet
0edcb26844
Use SoundPressure unit and device class in point () 2022-12-08 20:57:38 +01:00
Franck Nijhof
d769359b4f
Remove invalid custom device class from MinutPoint sound sensor () 2022-11-29 17:22:01 +01:00
epenet
9184eb8916
Add sensor setup type hints [o-q] ()
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 19:10:57 +01:00
Robert Hillis
32e1a3d063
Use enums in Point () 2021-12-16 22:29:54 +01:00
Fredrik Erlandsson
b563a41482
Update pypoint to use v5 of backend API () 2021-10-02 13:53:19 -07:00
Marc Mueller
236ccb933c
Use EntityDescription - point () 2021-08-16 22:54:56 +02:00
Erik Montnemery
103e21c278
Move temperature conversions to sensor base class (5/8) () 2021-08-12 13:26:17 +02:00
Marc Mueller
c35b5a1c64
Add sound pressure unit constants (dB + dBa) () 2021-07-19 06:54:38 -07:00
Erik Montnemery
c900e3030b
Migrate integrations n-q to extend SensorEntity () 2021-03-22 19:46:46 +01:00
Fredrik Erlandsson
8bdc824b6c
Update pypoint to use async http requests ()
* Remove domain after entities

* Add support for async http-requests

* Fix, handle network issues (update _is_available status)

* Fix missing await for alarm_arm

* Fix alarm status

* Update tests to async

* Bump pypoint version

* Fix doc string

* Apply suggestions from code review, remove pylint disable

* Fix black
2020-10-13 08:48:26 +02:00
springstan
e330468a13
Use pressure constants in code base () 2020-09-19 09:26:08 +02:00
springstan
d2b1918e9c
Drop UNIT_ prefix for percentage constant () 2020-09-05 21:09:14 +02:00
Paulus Schoutsen
aaa1d06809
Directly call async_write_ha_state ()
* Directly call async_write_ha_state

* Address comments

* Fix tests
2020-04-01 14:19:51 -07:00
springstan
f1a0ca7cd3
Add and use percentage constant ()
* Add and use percentage constant

* Fix pylint error and broken test
2020-02-28 11:46:48 -08:00
Paulus Schoutsen
4de97abc3a Black 2019-07-31 12:25:30 -07:00
Paulus Schoutsen
4b1de61110
Use relative imports inside integrations ()
* Use relative imports inside integrations

* Lint

* Fix automation tests

* Fix scene imports
2019-03-20 22:56:46 -07:00
Fabian Affolter
161c368c9d Update file header ()
* Update file header

* Update __init__.py
2019-02-13 20:35:12 -08:00
Fredrik Erlandsson
d89c56829c Fix Point does I/O in event loop ()
* call I/O operations via hass.async_add_executor_job

* asyncio fixes

* Fixes from @amelchio

* async _update_callback
2019-02-12 17:15:02 +01:00
Fredrik Erlandsson
5df02f3a78 fix missing sensor values for Point () 2019-02-10 21:48:33 +01:00
Paulus Schoutsen
ec57db78b5
Consolidate config flow components ()
* Consolidate config flow components

* Fix tests

* Fix tests

* Put unifi back

* Fix reqs

* Update coveragerc
2019-02-01 15:45:44 -08:00