Marc Mueller
e0cb33a0a1
Use platform enum (4) [M-O] ( #60940 )
2021-12-05 17:06:35 -10:00
GitHub Action
68ca0a05c8
[ci skip] Translation update
2021-12-04 00:13:16 +00:00
GitHub Action
c9589f763c
[ci skip] Translation update
2021-12-01 00:17:12 +00:00
epenet
e0b315041b
Use dataclass properties in octoprint discovery ( #60579 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-30 08:42:08 +01:00
GitHub Action
96313bbbe0
[ci skip] Translation update
2021-11-27 00:12:17 +00:00
GitHub Action
d3c020325b
[ci skip] Translation update
2021-11-25 00:13:33 +00:00
GitHub Action
9e606abb0c
[ci skip] Translation update
2021-11-23 00:13:54 +00:00
epenet
36a67d060b
Use ZeroconfServiceInfo in octoprint ( #60049 )
2021-11-21 17:35:24 +01:00
Franck Nijhof
1ecd9c9459
Use native datetime value in OctoPrint sensors ( #59927 )
2021-11-18 22:42:21 +01:00
GitHub Action
9a85c8d894
[ci skip] Translation update
2021-11-18 00:12:48 +00:00
GitHub Action
0228d11546
[ci skip] Translation update
2021-11-16 00:18:33 +00:00
Ryan Fleming
9c2bff3b3b
Use octoprint printer flag status to check if printer is printing ( #59663 )
2021-11-14 21:06:42 +01:00
Ryan Fleming
5e2d71dc90
Use unknown state for octoprint temperature sensors with None value ( #59130 )
...
* Mark octoprint temperature sensors as unavaible when value is not supplied
* Check for none explictly
* Do not mark the entity as unavailable
* Swap to using er.get_async
2021-11-10 05:52:29 +01:00
GitHub Action
86b12af3dc
[ci skip] Translation update
2021-11-10 00:17:39 +00:00
GitHub Action
e35b83081e
[ci skip] Translation update
2021-11-08 00:12:31 +00:00
GitHub Action
332a571bb4
[ci skip] Translation update
2021-11-07 00:12:38 +00:00
GitHub Action
c8d8513a1a
[ci skip] Translation update
2021-11-05 00:13:45 +00:00
Franck Nijhof
50a1e908c4
Increase time to authorize OctoPrint ( #59051 )
2021-11-04 11:06:17 +01:00
GitHub Action
2f4b7fe809
[ci skip] Translation update
2021-11-03 00:11:55 +00:00
GitHub Action
0a94badb72
[ci skip] Translation update
2021-11-02 00:12:41 +00:00
Franck Nijhof
26b951194c
Add configuration_url to OctoPrint ( #58753 )
...
* Add configuration_url to Octoprint
* fix device_info() return
Co-authored-by: Michael <35783820+mib1185@users.noreply.github.com>
2021-10-31 08:00:31 +01:00
Marc Mueller
84618fa831
Use assignment expressions 30 ( #58714 )
2021-10-30 16:33:42 +02:00
Franck Nijhof
4b64b92dba
Fix OctoPrint SSDP URL parsing and discovered values ( #58698 )
2021-10-29 16:34:27 +02:00
Franck Nijhof
a0d0e325e0
Fix OctoPrint config flow schema ( #58688 )
2021-10-29 14:07:25 +02:00
Franck Nijhof
b3e7eeb020
Fix spelling of OctoPrint ( #58686 )
2021-10-29 13:21:57 +02:00
GitHub Action
7d408e3288
[ci skip] Translation update
2021-10-29 00:30:22 +00:00
Paulus Schoutsen
6a3c23d02a
Fix default value for host in octoprint config flow ( #58568 )
2021-10-28 11:20:28 +02:00
GitHub Action
a9a74e0415
[ci skip] Translation update
2021-10-26 00:12:23 +00:00
GitHub Action
30fb619095
[ci skip] Translation update
2021-10-24 00:12:57 +00:00
GitHub Action
1b42caa34a
[ci skip] Translation update
2021-10-23 00:11:40 +00:00
Marc Mueller
823ca7ee40
Use attributes octoprint ( #58241 )
2021-10-22 21:41:06 +02:00
Ryan Fleming
c84fee7c6e
Rework octoprint ( #58040 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-10-22 15:25:12 +02:00
Marc Mueller
4513ee4ea5
Use assignment expressions 12 ( #57937 )
2021-10-20 14:34:08 -07:00
Chris
f8d0f76721
Add device class to temperature sensors for octoprint ( #56997 )
2021-10-15 09:45:04 -07:00
Erik Montnemery
103e21c278
Move temperature conversions to sensor base class (5/8) ( #54475 )
2021-08-12 13:26:17 +02:00
Ville Skyttä
9864f2ef8b
String formatting cleanups ( #52937 )
2021-07-13 00:12:55 +02:00
Franck Nijhof
055cdc64c0
Add support for IoT class in manifest ( #46935 )
2021-04-15 10:21:38 +02:00
Franck Nijhof
3aed84560f
Merge of nested IF-IF cases - O-R ( #48371 )
2021-03-27 10:38:57 +01:00
Erik Montnemery
c900e3030b
Migrate integrations n-q to extend SensorEntity ( #48214 )
2021-03-22 19:46:46 +01:00
Paulus Schoutsen
557ec374f1
Convert discovery helper to use dispatcher ( #47008 )
2021-02-24 13:37:31 -08:00
Radek Rada
b790c2e79d
Remove Octoprint log spam when printer endpoint status code is 409 ( #42985 )
2020-11-11 12:27:12 +01:00
springstan
d2b1918e9c
Drop UNIT_ prefix for percentage constant ( #39383 )
2020-09-05 21:09:14 +02:00
Erik Montnemery
b022e08db9
Rename BinarySensorDevice to BinarySensorEntity ( #34462 )
...
* Rename BinarySensorDevice to BinarySensorEntity
* Tweak
* Move deprecation warning to __new__, add test
* Move deprecation warning back to __init__
* Move deprecation warning to __init_subclass
2020-04-23 21:57:07 +02:00
springstan
8198970af9
Clean up ssl usage ( #33960 )
...
* Clean up ssl usage
* Revert config[CONF_SSL] from sonarr, radarr and mfi
2020-04-10 22:01:57 +02:00
danbishop
292dcb7e37
Update sensor.py ( #33788 )
...
Add missing semi-colons to html entities on notification message
2020-04-08 13:07:43 -06:00
springstan
eae21be5b9
Improve string formatting v6 ( #33698 )
2020-04-07 23:14:28 +02:00
Paulus Schoutsen
f1d3c0d19b
Remove unused manifest fields ( #33595 )
2020-04-03 12:58:19 -07:00
springstan
f1a0ca7cd3
Add and use percentage constant ( #32094 )
...
* Add and use percentage constant
* Fix pylint error and broken test
2020-02-28 11:46:48 -08:00
springstan
a85808e325
Add and use time related constants ( #32065 )
...
* Add and use time related constants
* Sort time constants and reuse them in data rate constants
* Fix greeneyemonitor import
* Fix greeneyemonitor import V2
* Fix failing here_travel_time test
* Add TIME_MONTHS and TIME_YEARS
* Use TIME_MINUTES in opentherm_gw and isy994
* Add and use TIME_MILLISECONDS
* Change inconsistent ones
* Add TIME_MICROSECONDS and TIME_WEEKS
* Use constants in apcupsd and travisci
* Fix import error in upnp sensor.py
* Fix isy994 sensor.py using TIME_YEARS
* Fix dyson tests
* Use TIME_SECONDS in more places
* Use TIME_DAYS in google wifi
2020-02-23 22:09:24 +02:00
Paulus Schoutsen
b73531b2fc
Untag discovery as an allowed dependency ( #31934 )
2020-02-18 08:32:56 -08:00