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

28 Commits

Author SHA1 Message Date
Marc Mueller
930a396712
Add empty line after module docstring [s] () 2024-03-08 14:33:51 +01:00
Joost Lekkerkerker
b07e9df308
Add icon translations to Starline () 2024-03-06 12:36:44 +01:00
Nikolay Vasilchuk
1a22189262
Fix Starline GPS count sensor () 2024-02-12 17:07:22 +01:00
Nikolay Vasilchuk
c2cfc8ab46
Add GPS satellites count to Starline sensor ()
* GPS Satellites count Starline sensor

* Update homeassistant/components/starline/sensor.py

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

* Update homeassistant/components/starline/strings.json

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

* Capitalise units

* Revert capitalisation

---------

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
Co-authored-by: Dave T <17680170+davet2001@users.noreply.github.com>
2023-12-29 10:29:06 +01:00
Nikolay Vasilchuk
243ee2247b
Add starline binary sensors ()
* Additional attributes for starline

* Handsfree binary sensor

* Sensors

* Review
2023-12-22 13:22:44 +01:00
Joost Lekkerkerker
fdb69efd67
Migrate Starline to entity name () 2023-07-18 22:47:58 +02:00
epenet
2d9095263e
Add device classes in starline () 2022-12-17 09:52:59 +01:00
epenet
d72c28a135
Use UnitOfLength in integrations () 2022-12-15 12:42:53 +01:00
epenet
456c5515c8
Use UnitOfVolume in integrations () 2022-12-10 12:43:13 +01:00
epenet
4bd686bdb1
Use SensorDeviceClass.DISTANCE in components ()
* Use SensorDeviceClass.DISTANCE in components

* Adjust mysensors
2022-09-29 12:19:34 +02:00
epenet
595e8a327c
Add sensor setup type hints [s] ()
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 19:06:08 +01:00
epenet
ae3162bb6e
Use new enums in starline ()
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-20 17:55:37 +01:00
Nikolay Vasilchuk
b4d4fe4ef8
Fix Starline sensor state AttributeError ()
* Fix starline sensors state

* Black
2021-09-03 14:04:56 +02:00
Marc Mueller
f9ebb29541
Use EntityDescription - starline () 2021-08-21 20:47:29 +02:00
Erik Montnemery
94a264afaf
Move temperature conversions to entity base class (7/8) () 2021-08-11 18:57:50 +02:00
Marc Mueller
074d762664
Rename and reorganize electric unit constants () 2021-07-20 20:06:23 +02:00
Maciej Bieniek
f212049fc2
Add constructor return type in integrations O-S () 2021-05-20 15:58:17 +02:00
Erik Montnemery
64bc9a8196
Migrate integrations r-s to extend SensorEntity () 2021-03-22 19:54:14 +01:00
Erik Montnemery
14ff6d4d1f
Update integrations p-s to override extra_state_attributes() () 2021-03-11 21:23:20 +01:00
Nikolay Vasilchuk
eca6bc6a73
Starline OBD information ()
* Starline OBD data

* Small fix

* Review (comments)

* Review (service description)

* Review (service method)

* starline updated to 0.1.5

* Small typo fix
2021-01-13 20:44:24 +01:00
springstan
d2b1918e9c
Drop UNIT_ prefix for percentage constant () 2020-09-05 21:09:14 +02:00
springstan
ef9d9b17bd
Drop UNIT_ prefix for constants ()
* Drop UNIT_ prefix for VOLT

* Drop UNIT_ prefix for DEGREE

* Drop UNIT_ prefix for CONDUCTIVITY

* Drop UNIT_ prefix for UV_INDEX

* Run isort
2020-04-21 19:45:53 +02:00
springstan
04c4501455
Add and use UNIT_VOLT constant ()
* Add and use UNIT_VOLT constant

* Run isort
2020-04-11 02:04:58 +02: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
Ville Skyttä
a12cf7211d Upgrade pydocstyle to 5.0.1 ()
* Upgrade pydocstyle to 5.0.1

http://www.pydocstyle.org/en/5.0.1/release_notes.html

* Pydocstyle and other docstring fixes
2019-12-10 23:25:06 +01:00
Nikolay Vasilchuk
791dc5809f Fix unit_of_measurement for Starline temperature sensors () 2019-12-09 10:56:57 +01:00
Bas Nijholt
55559f3e30 Sort imports according to PEP8 for starline () 2019-12-08 21:09:48 +01:00
Nikolay Vasilchuk
a37260faa9 StarLine integration ()
* Device Tracker works

* Device Tracker works

* Binary Sensor

* Sensor

* Lock

* Switch and service

* New switches

* Update interval options

* WIP

* Translation errors

* Check online state

* WIP

* Move to aiohttp

* Some checks

* CI

* CI

* .coveragerc

* Black

* icon_for_signal_level test

* update_interval renamed to scan_interval

* async logic

* Fix cookie read

* Requirement starline

* Reformat

* Requirements updated

* ConfigEntryNotReady

* Requirement starline

* Lint fix

* Requirement starline

* available status

* Translations

* Expiration to config

* CI

* Linter fix

* Small renaming

* Update slnet token

* Starline version bump

* Fix updates

* Black

* Small fix

* Removed unused fields

* CI

* set_scan_interval service

* deps updated

* Horn switch

* Starline lib updated

* Starline lib updated

* Black

* Support multiple integrations

* Review

* async_will_remove_from_hass

* Deps updated

* Test config flow

* Requirements

* CI

* Review

* Review

* Review

* Review

* Review

* CI

* pylint fix

* Review

* Support "mayak" devices

* Icons removed

* Removed options_flow

* Removed options_flow test

* Removed options_flow test
2019-11-26 11:17:11 -08:00