Paulus Schoutsen
9aa6323c46
Add Cast + Chat to Google brand ( #79231 )
2022-09-29 13:44:03 -04:00
Paulus Schoutsen
0ef73df451
Add Denon brand ( #79230 )
2022-09-29 13:44:02 -04:00
Paulus Schoutsen
0c05e0e019
Add Apple brand ( #79227 )
2022-09-29 13:44:01 -04:00
Paulus Schoutsen
0d462b6a14
Add fritz brand ( #79226 )
2022-09-29 13:44:01 -04:00
Paulus Schoutsen
49114c72e0
Finish Google brand ( #79225 )
2022-09-29 13:44:00 -04:00
J. Nick Koston and Paulus Schoutsen
d756383c5b
Bump yalexs to 1.2.4 ( #79222 )
2022-09-29 13:43:59 -04:00
3e5523c549
Add to issue registry if user has mirrored entries for breaking in #67631 ( #79208 )
...
Co-authored-by: Diogo Gomes <diogogomes@gmail.com >
2022-09-29 13:43:59 -04:00
Raman Gupta and Paulus Schoutsen
db7fabc53f
Bump zwave-js-server-python to 0.42.0 ( #79020 )
2022-09-29 13:43:58 -04:00
Rami Mosleh and Paulus Schoutsen
e421b90838
Allow entries with same user_key for Pushover ( #77904 )
...
* Allow entries with same user_key for Pushover
* remove unique_id completely
* Abort reauth if entered api_key already exists
Update tests
2022-09-29 13:43:57 -04:00
b15af5beca
Resolve traceback error when using variables in template triggers ( #77287 )
...
Co-authored-by: Erik <erik@montnemery.com >
2022-09-29 13:43:57 -04:00
Franck Nijhof
e09605ff9b
Bumped version to 2022.10.0b0
2022.10.0b0
2022-09-28 20:49:01 +02:00
Jafar Atili and GitHub
0e9e72c6e9
Bump pyswitchbee to 1.5.5 ( #79206 )
2022-09-28 20:41:33 +02:00
David F. Mulcahey and GitHub
2ed48a9b28
Add configuration entities and device actions for Inovelli Blue Series switch to ZHA ( #79106 )
...
* Add Inovelli configutation entities to ZHA
* add device actions
* fix attribute name collision
* add device action tests
* disable remote protection per Inovelli request
* expect_reply to false
* update test for expect_reply change
* inovelli feedback
* translation keys and strings
* clean up numbers
* prevent double events
* remove individual LED defaults per inovelli
* redundant check
* update test
2022-09-28 14:22:39 -04:00
7042d6d35b
Add ESPHome BleakClient ( #78911 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2022-09-28 08:06:30 -10:00
epenet and GitHub
9c3b40dad1
Deprecate conversion utilities ( #78957 )
...
* Deprecate utilities
* Deprecate distance and speed
* Add tests
* Adjust pylint
* Simplify temperature deprecation
2022-09-28 19:39:44 +02:00
Daniel Shokouhi and GitHub
3b05bb5b3a
Update iBeacon UUID Major and Minor format for compatibility ( #79220 )
2022-09-28 07:23:55 -10:00
4bdd8cb459
Shelly migrate to update entity ( #78305 )
...
* Add update entity
* fixes
* fixes
* change to CONFIG catogory
* return latest version if no update available
* fixes
* Remove firmware binary_sensors and buttons
* import Callable from collections
* remove ota_update tests
* Update homeassistant/components/shelly/update.py
Co-authored-by: Shay Levy <levyshay1@gmail.com >
* simplify
* fix mypy
* Create test_update.py
* fix isort
* add progress support
* fix styling
* fix update_tests
* fix styling
* do not exclude shelly update test
* bring coverage to 100%
* snake case
* snake case
* change str(x) to cast(str, x)
* simplify tests
* further simplify tests
* Split MOCK_SHELLY_COAP and MOCK_SHELLY_RPC
* fix issort
* fix status test
* fix isort
* run python3 -m script.hassfest
Co-authored-by: Shay Levy <levyshay1@gmail.com >
2022-09-28 20:21:30 +03:00
Bram Kragten and GitHub
bfd9201623
Update frontend to 20220928.0 ( #79217 )
2022-09-28 19:05:37 +02:00
Allen Porter and GitHub
cef1ebba3b
Rename Google Calendars to Google Calendar ( #79210 )
2022-09-28 18:02:32 +02:00
5262f44b81
Refactor duplicate code in switchbee ( #79209 )
...
* Refactored duplicate code
* Update homeassistant/components/switchbee/entity.py
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com >
* Update homeassistant/components/switchbee/entity.py
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com >
* Update homeassistant/components/switchbee/entity.py
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com >
* more
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com >
2022-09-28 17:46:40 +02:00
b173ae7f44
Add support for integrations v2 ( #78801 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2022-09-28 11:31:48 -04:00
Erik Montnemery and GitHub
7f08dd851e
Make script entities register their own service ( #79202 )
2022-09-28 11:05:29 -04:00
Maciej Bieniek and GitHub
8719829fbe
Add missing error catch in Shelly reauth flow ( #79205 )
2022-09-28 11:00:27 -04:00
8c0e3b9d50
Migrate MetOffice to new entity naming style ( #74978 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
2022-09-28 16:37:35 +02:00
de3a1f444c
Add light platform for switchbee integration ( #78382 )
...
* Added Light platform for switchbee integration
* added light to .coveragerc
* Applied code review feedback from other PR
* Fixes based on previous reviewes
* fixed small mistake
* added test coverage for light
* aligned code with other PR
* rebased
* fixes
* removed unecessary changes
* Update homeassistant/components/switchbee/light.py
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com >
* Update homeassistant/components/switchbee/light.py
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com >
* more fixes
* more fixes
* adjusting switch with the new change
* more fixes
* Update homeassistant/components/switchbee/light.py
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com >
* Update homeassistant/components/switchbee/light.py
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com >
* Update homeassistant/components/switchbee/light.py
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com >
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com >
2022-09-28 16:30:33 +02:00
epenet and GitHub
24c26dc032
Use unit_conversion in components ( #79204 )
...
* Use unit_conversion in components
* Two more
2022-09-28 16:05:31 +02:00
epenet and GitHub
f76eeaeea1
Adjust docstring for SensorDeviceClass.WEIGHT ( #79201 )
2022-09-28 09:03:18 -04:00
Maciej Bieniek and GitHub
1ac5696e7f
Bump pybravia to 0.2.3 ( #79200 )
2022-09-28 14:46:43 +02:00
Vilppu Vuorinen and GitHub
e39c4db438
Add daily energy consumption sensor for melcloud ( #78682 )
2022-09-28 14:45:14 +02:00
epenet and GitHub
253647aaa9
Use unit_conversion in unit_system utility ( #79004 )
2022-09-28 14:37:22 +02:00
Colin Robbins and GitHub
a38b36cf34
Add long term stats support to Withings sensors ( #74829 )
2022-09-28 14:33:38 +02:00
Jafar Atili and GitHub
4453241176
Fix spelling in switchbee ( #79195 )
2022-09-28 14:18:06 +02:00
Erik Montnemery and GitHub
cce23683f1
Add additional integration_type options for integration manifests ( #79193 )
...
* Add additional integration_type options for integration manifests
* Rename integration_type internal to system
2022-09-28 14:17:39 +02:00
Jan Bouwhuis and GitHub
84b2c74746
Move MQTT discovery hass.data globals to dataclass ( #78706 )
...
* Add MQTT discovery hass.data globals to dataclass
* isort
* Additional rework
* Add hass.data["mqtt_tags"] to dataclass
* Follow-up comment
* Corrections
2022-09-28 14:13:44 +02:00
Phil Bruckner and GitHub
a38c125765
Improve Life360 address attribute ( #76269 )
2022-09-28 14:10:19 +02:00
Paulus Schoutsen and GitHub
d3f5ccfed8
Allow fetching script config ( #79131 )
2022-09-28 13:52:58 +02:00
Jafar Atili and GitHub
653e0917bb
Bump pyswitchbee to 1.5.3 ( #78583 )
...
* Add switchbee to strict-typing
* strict typing
* Bumped pyswitchbee
* bumped library to 1.5.1
* strict-typed the package
* fixed issue
* addressed epenet comments
* fixed requirements_all
* once more
2022-09-28 13:51:52 +02:00
epenet and GitHub
5438552d4a
Cleanup unit conversion ( #79197 )
...
* Move UNIT_RATIO to BaseUnitConverter
* Make UNIT_CONVERSION private
* Remove STATISTIC_UNIT_TO_UNIT_CLASS constant
* Cleanup websocket_api
* Imrpove valid_units check
2022-09-28 13:49:46 +02:00
Teemu R and GitHub
a5c9c1880a
Add missing quality scales for internal integrations ( #76499 )
2022-09-28 13:46:20 +02:00
Rami Mosleh and GitHub
9bd2117240
Add typing hints to mikrotik tests ( #79144 )
2022-09-28 13:05:45 +02:00
Paulus Schoutsen and GitHub
4843d330f3
Allow fetching automation config ( #79130 )
2022-09-28 12:49:00 +02:00
epenet and GitHub
5389ff3253
Add new weight device class ( #79185 )
2022-09-28 12:13:49 +02:00
epenet and GitHub
c96c5bed7d
Remove argument validation in Unit Converter ( #79107 )
...
* Remove argument validation in Unit Converter
* Use HomeAssistantError
* Adjust tests
* Improve coverage
2022-09-28 10:58:04 +02:00
epenet and GitHub
1b8bed936c
Use new DISTANCE and VOLUME device classes in Renault ( #77488 )
2022-09-28 10:46:24 +02:00
010430780e
Allow controlling PrusaLink print jobs ( #78720 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2022-09-28 10:42:19 +02:00
Tom Brien and GitHub
87dfe82613
Bump holidays to 0.16 ( #78832 )
2022-09-28 10:39:43 +02:00
Erik Montnemery and GitHub
6ef33b1d39
Fix overriding a script's entity_id ( #78765 )
2022-09-28 10:37:34 +02:00
Marc Mueller and GitHub
4a432db611
Remove type ignore from bluetooth ( #79146 )
2022-09-28 10:29:55 +02:00
65788fad57
Update roomba config flow description ( #77974 )
...
* Update strings.json
Automatic retrieval of the Roomba password is not possible when the iRobot App is opened on any device.
If the iRobot App is open, the password retrieval will fail.
- I added a sentence informing the users that they should make sure that the iRobot App is closed on all devices, before pressing the Home Button on the Roomba.
- Also i added a sentence informing the users that they should make sure that the iRobot App is closed on all devices, in the failure message.
This way, more users will have a succesful password retrieval, resulting in a smoother configuration experience for their Roomba into Home Assistant.
* Update strings.json
Added the sentence to the front of the message
Added an "Important" notice to catch more attention.
* Update homeassistant/components/roomba/strings.json
Co-authored-by: Yevhenii Vaskivskyi <yevhenii.vaskivskyi@gmail.com >
* Update strings.json
Co-authored-by: Erik Montnemery <erik@montnemery.com >
Co-authored-by: Yevhenii Vaskivskyi <yevhenii.vaskivskyi@gmail.com >
2022-09-28 10:05:58 +02:00
J. Nick Koston and GitHub
63b7a23636
Bump switchbot to fix assertion error on processing humidifer data ( #79180 )
...
changelog: https://github.com/Danielhiversen/pySwitchbot/compare/0.19.12...0.19.13
2022-09-28 09:29:09 +02:00