1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-18 04:49:33 +00:00

24 Commits

Author SHA1 Message Date
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
4ff158a105
Remove NAM translations handled by device class ()
Remove translations handled by device class
2023-07-02 21:32:32 -04:00
Maciej Bieniek
34041c7564
Add entity name translations to NAM () 2023-04-03 12:37:01 +02:00
epenet
f69d76702a
Adjust entity registry access in integrations (2) () 2023-03-01 08:02:51 +01:00
Erik Montnemery
cc564026fa
Move EntityCategory to homeassistant.const ()
* Move EntityCategory to homeassistant.const

* Fix more imports
2023-02-09 20:15:37 +01:00
Maciej Bieniek
6a3619d9fa
Refactor NAM sensor platform ()
* Bump backend library

* Remove AQI_LEVEL_STATE_MAPPING

* Add native_precission

* Update diagnostics fixture

* Use _attr_native_value

* Fix type

* Improve lambda

* Revert native_value property

* native_precision -> suggested_display_precision
2023-02-07 09:14:20 +01:00
Franck Nijhof
f4a71ea83f
Fix translation keys for NAM sensors ()
Co-authored-by: Maciej Bieniek <bieniu@users.noreply.github.com>
2023-01-05 23:17:29 +01:00
epenet
d60fe7e7cd
Use UnitOfTemperature in integrations (n-o) () 2022-12-20 18:39:09 +01:00
epenet
f988a1164d
Use UnitOfPressure in integrations () 2022-12-19 21:41:46 +01:00
Franck Nijhof
1f7a7d5cb5
Use enum sensor device class in Nettigo Air Monitor () 2022-12-05 16:05:03 +01:00
Maciej Bieniek
ae2419b569
Add support for PMSx003 sensors in NAM integration ()
* Add support for PMSx003

* Organize the order of tests
2022-10-31 10:22:45 +01:00
Maciej Bieniek
bf510fcb4c
Add CAQI sensors to Nettigo Air Monitor integration ()
* Add CAQI sensors

* Add state translation

* Add icon

* Update tests

* Remove unit

* Update test

* Do not use device_class

* Update tests

* Remove unit and device_class
2022-08-28 21:54:00 +02:00
Maciej Bieniek
e1e85caf18
Migrate Nettigo Air Monitor to new entity naming style () 2022-07-11 17:26:07 +02:00
Marc Mueller
0d29b7cbb3
Update coordinator typing (3) [g-n] () 2022-03-21 14:14:46 +01:00
Maciej Bieniek
ac3dc0b090
Use native datetime value in NAM uptime sensor () 2021-11-23 23:25:48 +01:00
Erik Montnemery
103e21c278
Move temperature conversions to sensor base class (5/8) () 2021-08-12 13:26:17 +02:00
Maciej Bieniek
ca020e1f87
Use SensorEntityDescription in Nettigo Air Monitor () 2021-07-27 12:12:15 +02:00
Maciej Bieniek
a95294c83f
Fix typo in Nettigo Air Monitor integration () 2021-06-25 12:07:32 +02:00
Maciej Bieniek
d08129352f
Bump Nettigo Air Monitor library () 2021-06-22 15:44:53 +02:00
Maciej Bieniek
220ad2baea
Use attrs instead of properties in Nettigo Air Monitor integration ()
* Use attrs instead of properties

* Remove unused self

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-06-10 14:42:28 +02:00
Maciej Bieniek
41a940f644
Add state class to Nettigo Air Monitor sensors () 2021-05-26 09:36:37 +02:00
Maciej Bieniek
aaae4cfc8f
Use constants with TypedDict in Nettigo Air Monitor integration ()
* Use constants with TypedDict

* Sensor names as consts
2021-05-20 11:38:46 +01:00
Maciej Bieniek
f192702648
Add Nettigo Air Monitor uptime sensor () 2021-05-19 13:20:11 +02:00
Maciej Bieniek
0587f834df
Add Nettigo Air Monitor integration () 2021-05-07 08:59:29 -05:00