Erik Montnemery
828d862339
Fix Tasmota MQTT discovery flow ( #55140 )
2021-08-24 13:23:26 +02:00
posixx
547ede1e91
Implementation of new Vacation mode for MQTT-based alarm panels ( #53561 )
...
* Impelentation of new Vacation Mode for MQTT-based alarm panels
* Fixed typo
* another typo fix
* Split integrations: remove manual_mqtt
* added newline
* Impelentation of new Vacation Mode for MQTT-based alarm panels
* Fixed typo
* another typo fix
* Split integrations: remove manual_mqtt
* added newline
* missing abbreviation
* Fix tests
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2021-08-24 13:22:49 +02:00
Aidan Timson
a5e498207d
OVO Energy - Sensor Entity Descriptions ( #54952 )
2021-08-24 12:53:32 +02:00
Matthias Alphart
17a7f7adeb
Configurable default `hvac_mode` for KNX climate ( #54289 )
2021-08-24 12:53:11 +02:00
Andre Richter
0fdea8ec8f
SMA: Add statistics support for power sensors ( #54422 )
2021-08-24 12:16:31 +02:00
jjlawren
d5fe7e0e5a
Fallback to try all known Plex servers if none marked present ( #53643 )
2021-08-24 12:05:24 +02:00
Matthias Alphart
19d81af4c1
Test KNX fan ( #53621 )
2021-08-24 12:00:37 +02:00
cdheiser
ede916f42f
Provide unique IDs for Lutron Entities ( #51395 )
...
Co-authored-by: cdheiser <cdheiser@users.noreply.github.com>
2021-08-24 11:50:32 +02:00
Jasper Smulders
5aa6f9dbb2
Add deCONZ support for Sonoff SNZB-01 switches ( #54919 )
2021-08-24 11:33:19 +02:00
jan iversen
e2ce1d8b24
Please mypy in gtfs and implement needed changes ( #54328 )
2021-08-24 11:28:45 +02:00
jan iversen
336aa74317
Activate mypy for todoist ( #55096 )
2021-08-24 11:23:33 +02:00
jan iversen
0ab99fc8bf
Activate mypy for surepetcare ( #55079 )
2021-08-24 11:21:57 +02:00
Jan Bouwhuis
5bb9aa8f3d
Remove MQTT Fan legacy speeds ( #54768 )
...
* Remove MQTT Fan legacy speeds
* deprecated attibutes are not disruptive
2021-08-24 11:21:35 +02:00
Pascal Vizeli
6cace8d8a1
Update base image for Alpine 3.14 ( #55137 )
2021-08-24 11:20:45 +02:00
Erik Montnemery
0624859bf4
Set statistics columns to double precision ( #55053 )
2021-08-24 11:18:59 +02:00
Klaas Schoute
96056f3fce
Fix bug removing API key on Forecast Solar ( #55119 )
2021-08-24 11:08:15 +02:00
Ernst Klamer
d3f17de072
Change Solarlog Watt-peak to Watt ( #55110 )
2021-08-24 10:55:40 +02:00
J. Nick Koston
dc851b9dd5
Ensure camera scaling always produces an image of at least the requested width and height ( #55033 )
2021-08-24 10:44:12 +02:00
epenet
ccaf0d5c75
Use EntityDescription - onewire ( #55003 )
2021-08-24 10:37:59 +02:00
Marc Mueller
2796f65453
Use EntityDescription - broadlink ( #55019 )
2021-08-24 10:31:40 +02:00
Marc Mueller
a527872a10
Use EntityDescription - comed_hourly_pricing ( #55066 )
2021-08-24 10:27:26 +02:00
Marc Mueller
8f2ea5f3cc
Use EntityDescription - rtorrent ( #55067 )
2021-08-24 10:24:16 +02:00
Marc Mueller
9f4f38dbef
Use switch instead of toggle entity ( #55111 )
2021-08-24 10:22:06 +02:00
Andre Richter
a08f42e516
Use EntityDescription - Vallox ( #54891 )
...
Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
2021-08-24 10:14:34 +02:00
Allen Porter
58f170ba45
Pin google-api-core to avoid new version of grpcio ( #55115 )
2021-08-24 09:43:29 +02:00
Klaas Schoute
5a58aa99b6
Bump Forecast Solar to v2.1.0 ( #55121 )
2021-08-24 09:15:57 +02:00
Paulus Schoutsen
9fc96818df
Guard for unparsable date time ( #55108 )
2021-08-23 23:56:47 -07:00
Paulus Schoutsen
c8f584f4ef
Validate requirements format in hassfest ( #55094 )
...
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
2021-08-24 08:51:07 +02:00
Paulus Schoutsen
cac486440f
Mark eagle entities as unavailable if connection with meter losts ( #55102 )
2021-08-23 22:35:26 -07:00
J. Nick Koston
e92e206544
Fix race that allowed multiple config flows with the same unique id ( #55131 )
...
- If a config flow set a unique id and then did an await to
return control to the event loop, another discovery with
the same unique id could start and it would not see
the first one because it was still uninitialized. We now
check uninitialized flows when setting the unique id
2021-08-23 23:01:21 -05:00
Jesse Hills
e06f3a5e95
Bump aioesphomeapi to 7.0.0 ( #55129 )
2021-08-23 22:40:01 -05:00
J. Nick Koston
ce0a42a407
Fix updating device path from discovery in zha ( #55124 )
2021-08-23 22:36:24 -05:00
J. Nick Koston
6f75a853f8
Bump httpx to 0.19.0 ( #55106 )
...
* Bump httpx to 0.19.0
* regen constraints
2021-08-23 20:27:53 -07:00
Giuseppe Iannello
4d7de0fd4c
Add support for Google Assistant's LocatorTrait for vacuum cleaners ( #55015 )
...
* Support for LocatorTrait for vacuum cleaners
* Handle Locator request with `silence: True`
* Update homeassistant/components/google_assistant/trait.py
Co-authored-by: Joakim Plate <elupus@ecce.se>
* Black
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
Co-authored-by: Joakim Plate <elupus@ecce.se>
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2021-08-23 20:16:50 -07:00
GitHub Action
ff14a11254
[ci skip] Translation update
2021-08-24 01:55:24 +00:00
RDFurman
2aed7b94c5
Add multi device support back to honeywell ( #54003 )
...
* Add multi device support back to honeywell
* Fix device reference in honeywell climate
* Use deviceid for unique_id
* Add test for multiple thermostats
* Reduce recursive jobs
* Remove old filter
Co-authored-by: J. Nick Koston <nick@koston.org>
Co-authored-by: J. Nick Koston <nick@koston.org>
2021-08-23 17:54:55 -05:00
Maciej Bieniek
09b872d51f
Add `sensor` platform for Tractive integration ( #54143 )
...
* Add sensor platform
* Add extra_state_attributes
* Add more constants
* Add sensor.py to .coveragerc file
* Use native value
* Suggested change
* Move SENSOR_TYPES to sensor platform
* Add domain as prefix to the signal
* Use TractiveEntity class
* Add model.py to .coveragerc file
* Clean up files
* Add entity_class attribute to TractiveSensorEntityDescription class
* TractiveEntity inherits from Entity
* Suggested change
* Define _attr_icon as class attribute
Co-authored-by: Daniel Hjelseth Høyer <mail@dahoiv.net>
2021-08-24 00:20:28 +02:00
jan iversen
f91d214ba4
Break out mock of pymodbus return from mock_modbus to new fixture ( #55063 )
...
* Remove unused mock_modbus.
* Break out mock pymodbus return values.
* Review comments.
2021-08-23 23:55:57 +02:00
Marc Mueller
7314b1c8e1
Use EntityDescription - thinkingcleaner ( #55068 )
2021-08-23 23:04:17 +02:00
Marc Mueller
354dbe91b7
Use EntityDescription - ombi ( #55086 )
2021-08-23 23:00:14 +02:00
jan iversen
dae40530bd
Activate mypy for synology_srm ( #55059 )
2021-08-23 22:57:33 +02:00
Marc Mueller
c2b2c8604f
Use EntityDescription - volkszaehler ( #55034 )
2021-08-23 22:56:31 +02:00
jan iversen
9b472aee9a
Activate mypy for wink ( #55077 )
2021-08-23 22:55:00 +02:00
jan iversen
cada3d1819
Activate mypy for smarttub ( #55070 )
2021-08-23 22:52:34 +02:00
Maciej Bieniek
0c68a54dea
Fix TypeError in Xiaomi Miio fan platform ( #55091 )
2021-08-23 22:51:29 +02:00
J. Nick Koston
52bbaa8277
Bump pymyq to 3.1.3 ( #55099 )
2021-08-23 22:50:44 +02:00
Marc Mueller
4d93f23feb
Use EntityDescription - enocean ( #55087 )
2021-08-23 22:47:46 +02:00
Marc Mueller
9fe434ac36
Use EntityDescription - zamg ( #54942 )
2021-08-23 22:44:03 +02:00
Marc Mueller
1152330865
Use EntityDescription - dovado ( #54945 )
2021-08-23 22:41:02 +02:00
Marc Mueller
a23f27a7a8
Use EntityDescription - magicseaweed ( #54943 )
2021-08-23 22:38:10 +02:00