J. Nick Koston
52d6b83da8
Abort flux_led discovery if another device gets the ip ( #61074 )
...
- If the dhcp reservation expired for the device that
was at the ip and a new flux_led device appears we
would discover it because the unique_id did not match
2021-12-05 22:41:09 -06:00
Milan Meulemans
a7e129a952
Add Aseko Pool Live integration ( #56299 )
2021-12-05 17:02:46 -10:00
epenet
fb5cc13061
Adjust yeelight ssdp_listener tests ( #61065 )
2021-12-05 17:51:45 -08:00
Matthias Alphart
ac263acb1c
Don't use ConfigEntry update listener for Fronius ( #61017 )
...
* disable `async_setup_entry` in config_flow tests
* don't use config_entry update listener
* add `Final` to constants
* assert that an updated entry causes a reload (unload)
2021-12-05 23:29:39 +01:00
Allen Porter
5bd1139867
Fix regression in nest event media player with multiple devices ( #61064 )
2021-12-05 13:02:37 -08:00
Franck Nijhof
a4ffa63165
Handle unknown/unavailable state for mobile_app ( #60974 )
2021-12-05 09:51:57 -08:00
Marcel van der Veldt
b98bc64604
Disable options flow for Hue V2 bridges ( #61045 )
2021-12-05 09:47:44 -08:00
Allen Porter
5fdcbbe0e1
Fetch media for events for rendering in the nest media player ( #61056 )
2021-12-05 09:45:40 -08:00
Tim Rightnour
dd4ede09c8
Add Venstar runtimes and battery sensors ( #60414 )
...
* Venstar: Add runtimes and battery sensors
* Address review - replace classes with lambda functions
* Clean up patch usage, make temperature_unit it's own function
* Remove double define of entities
2021-12-05 17:23:22 +01:00
Tim Rightnour
bf1cacf4b2
Address late review of Balboa ( #61004 )
...
* Initial fixes from review of balboa climate
* Minor fixes from review
2021-12-05 17:22:13 +01:00
Franck Nijhof
5efb88f3f1
Remove deprecated YAML configuration from DSMR ( #61008 )
2021-12-05 17:09:37 +01:00
J. Nick Koston
f5d7adc018
Fix lutron caseta discovery with newer firmwares ( #61029 )
2021-12-05 17:09:18 +01:00
Maximilian
9f7b8d3009
Add nina integration ( #56647 )
...
* Added nina integration
* Improvements implemented
* Fixed lint errors
* Added tests
* Improvements implemented
* Use client session from HA
* Added custom coordinator
* Fixed tests
* Fix pylint errors
* Library updated to 0.1.4
* Optimization of static attributes
* Removed unused code
* Switched to BinarySensorDeviceClass
* Switched to Platform Enum
* Improve repetition
* Improve repetition
* Fix corona filter
* Removed intermediate variable
Co-authored-by: Marvin Wichmann <marvin@fam-wichmann.de>
* Fix black formatting
Co-authored-by: Marvin Wichmann <marvin@fam-wichmann.de>
2021-12-05 15:11:02 +01:00
Franck Nijhof
cf371ea8dd
Remove deprecated base entity classes ( #61006 )
...
* Remove deprecated base entity classes
* Clean up tests
2021-12-05 13:53:52 +01:00
Marc Mueller
21c09d1a3e
Fix panasonic_viera tests ( #60999 )
...
Don't modify global test state
2021-12-05 12:19:14 +01:00
rikroe
380c1a4be9
Fix BMW Connected Drive ( #60938 )
...
* Bump bimmer_connected to 0.8.5
* Always update HA states after service execution
* Fix BMW device tracker & vehicle_finder service
* Add charging_end_time sensor
* Fix pylint & pytest
* Remove unneeded DEFAULT_OPTION
* Revert adding charging_end_time & state_attributes
* Don't delete option data for CONF_USE_LOCATION
* Remove stale string
Co-authored-by: rikroe <rikroe@users.noreply.github.com>
2021-12-05 11:20:40 +01:00
Allen Porter
08003c5287
Improve nest media source event timestamp display ( #61027 )
...
Drop subsecond text from the nest media source event timestamp display, using a common date/time
template string.
2021-12-05 00:39:18 -08:00
Marvin Wichmann
affa3a6ada
Add missing local_ip to KNX config flow and options flow ( #61018 )
...
* Add missing local_ip to KNX config flow and options flow
* Update strings
2021-12-04 23:07:28 +01:00
David F. Mulcahey
5fd4c37427
Fix missing test assertion in ZHA siren test ( #61009 )
2021-12-04 13:50:55 -05:00
Martin Hjelmare
c9bb688a79
Revert metoffice weather daytime ( #60978 )
2021-12-04 10:29:48 +01:00
Thomas Dietrich
6d6e0dd8bf
Add unique_id to the statistics component ( #59205 )
...
* Implement optional manually defined uniqueid
* Fix test case via mocked environment
2021-12-04 09:50:47 +01:00
Paulus Schoutsen
a59ec9ca5e
Handle invalid device registry entry type ( #60966 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-12-04 09:20:12 +01:00
J. Nick Koston
10e669e69e
Fix yeelight name changing to ip address if discovery fails ( #60967 )
2021-12-04 08:41:58 +01:00
J. Nick Koston
7fbe1dbc99
Remove legacy fan compatibility shim ( #59781 )
2021-12-03 21:57:46 -08:00
Chen-IL
ac26c2378b
Add temperature sensors for Asuswrt ( #58303 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2021-12-03 11:27:17 -08:00
Clifford Roche
d6c27809dc
Gree update device ips when changed ( #57876 )
2021-12-03 11:18:53 -08:00
Jan Bouwhuis
88b93546f3
Re-add-tests with new filters removed with #60854 ( #60895 )
2021-12-03 11:04:05 -08:00
Allen Porter
ba99dc3af9
Add Nest Battery Cam event clip support with a Nest MediaSource ( #60073 )
2021-12-03 10:53:05 -08:00
epenet
b65b25c1bb
Move MqttServiceInfo to init.py ( #60905 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2021-12-03 19:34:48 +01:00
David F. Mulcahey
02b5449648
Add support for siren entities in ZHA ( #60920 )
2021-12-03 19:23:57 +01:00
jjlawren
cbf2bf2e1f
Add audio input format sensor to Sonos HT devices ( #60884 )
2021-12-03 10:06:56 -08:00
Marius
b61dede826
Add command_line icon_template ( #58877 )
...
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
2021-12-03 10:06:32 -08:00
Tobias Sauerwein
cf7a614309
Add battery sensor for Netatmo climate devices ( #60911 )
2021-12-03 09:33:24 -08:00
Marvin Wichmann
3baa7b679d
Use new Platform enum in KNX ( #60902 )
2021-12-03 09:29:38 -08:00
Matthias Alphart
77cd751543
DHCP discovery for Fronius integration ( #60806 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2021-12-03 18:29:15 +01:00
epenet
75ec937359
Use new Platform enum in Renault ( #60903 )
...
* Use Platform enum in Renault
* Use Platform enum in Renault tests
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-03 09:28:04 -08:00
epenet
231d434b76
Use new Platform enum in Onewire ( #60904 )
...
* Use new Platform enum in Onewire
* Use Platform in tests
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-03 09:25:22 -08:00
epenet
adf2fa5664
Use EntityCategory enum in Onewire ( #60907 )
...
* Use EntityCategory enum in Onewire
* Add checks for the entity_category
* Fix typo
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-03 09:20:00 -08:00
Erik Montnemery
17dc609363
Correct validation of conditions in scripts and automations ( #60890 )
...
* Correct validation of conditions in scripts and automations
* Fix test
2021-12-03 09:08:28 -08:00
Marc Mueller
f57d42a9e8
Use platform enum (1) [A-D] ( #60908 )
...
* Use platform enum (1) [A-D]
* Fix imports
* Fix tests
* Use Platform even in tests
2021-12-03 08:51:30 -08:00
Bram Kragten
ef458b237c
Return if user is local only ( #60917 )
2021-12-03 16:34:26 +01:00
jjlawren
b883014ed4
Add Sonos subwoofer and surround on/off controls ( #60918 )
2021-12-03 16:05:40 +01:00
epenet
e64f901e92
Use dataclass properties in zwave_js ( #60913 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-03 14:47:56 +01:00
epenet
358922db56
Use dataclass for HassioServiceInfo ( #60824 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-03 14:05:56 +01:00
Joakim Sørensen
d784c8dd1a
Remove Supervisor panel title and icon ( #60894 )
2021-12-03 10:35:57 +01:00
Marvin Wichmann
707fe67c00
Move StrEnum to homeassistant.backports and move Platform to homeassistant.const ( #60880 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2021-12-03 09:31:17 +01:00
Jan Bouwhuis
3188a364e2
Add template filters pack and unpack ( #60836 )
...
* add pack and unpack template filters
* Add unpack test with offset
* use unpack_from
* Simplify unpack_from statement
2021-12-03 08:58:15 +01:00
epenet
c04bfcc7f4
Use dataclass properties in devolo_home_network tests ( #60889 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-03 08:51:42 +01:00
epenet
b70d24394e
Use dataclass properties in homekit_controller tests ( #60891 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-03 08:51:13 +01:00
epenet
2da9a51919
Use dataclass properties in keenetic_ndms2 tests ( #60892 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-03 08:50:52 +01:00
Erik Montnemery
9f4a99fe81
Revert "Add bytes support for bitwise template operations" ( #60854 )
2021-12-03 08:50:29 +01:00
epenet
a64ff2ae27
Use dataclass properties in system_bridge tests ( #60888 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-03 08:49:35 +01:00
Erik Montnemery
0e3bc21d54
Teach state and numeric_state conditions about entity registry ids ( #60841 )
2021-12-02 14:55:12 -08:00
Erik Montnemery
a07f75c6b0
Revert "Allow template int filter to render from a bytes based integer" ( #60855 )
2021-12-02 14:37:19 -08:00
Franck Nijhof
3c66706a49
Clean up deprecated sanitize_filename and sanitize_path ( #60859 )
2021-12-02 15:35:11 -05:00
epenet
9e96f3e227
Use HassioServiceInfo in deconz tests ( #60868 )
2021-12-02 10:33:23 -10:00
J. Nick Koston
d7c4a669f1
Revert "Use HassioServiceInfo in mqtt tests" ( #60867 )
2021-12-02 10:13:41 -10:00
epenet
37200decf9
Use HassioServiceInfo in mqtt tests ( #60865 )
2021-12-02 10:10:50 -10:00
epenet
272b147550
Use HassioServiceInfo in adguard tests ( #60866 )
2021-12-02 10:10:15 -10:00
epenet
ade228ebc6
Use HassioServiceInfo in motioneye tests ( #60861 )
2021-12-02 10:09:26 -10:00
epenet
2be939b45b
Use HassioServiceInfo in zwave_js tests ( #60863 )
2021-12-02 20:57:45 +01:00
epenet
dff624f371
Use HassioServiceInfo in ozw tests ( #60864 )
2021-12-02 20:56:54 +01:00
epenet
0723b1c539
Introduce HassioServiceInfo ( #60844 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-02 11:17:54 -08:00
Erik Montnemery
5b8d081441
Teach zone trigger about entity registry ids ( #60838 )
2021-12-02 10:28:21 -08:00
Erik Montnemery
411b0f0b15
Generate external statistics in demo component ( #58470 )
2021-12-02 09:55:46 -08:00
J. Nick Koston
8e0ef52cc8
Ensure sonos ssdp callbacks use dataclass methods ( #60782 )
2021-12-02 09:53:08 -08:00
epenet
0c18d710cc
Use dataclass properties in yamaha_musiccast ( #60787 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-02 09:50:35 -08:00
Erik Montnemery
36734972f0
Teach numeric state trigger about entity registry ids ( #60835 )
2021-12-02 09:45:40 -08:00
Ville Skyttä
4107063a5a
Make entity registry disabled_by an enum ( #60424 )
2021-12-02 18:02:29 +01:00
Matt
7019c524fa
Add configuration_url to Forecast.Solar integration ( #60384 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-12-02 16:36:41 +01:00
Martin Hjelmare
c8781bbe3b
Simplify zwave_js USB discovery add-on form ( #60845 )
2021-12-02 16:30:01 +01:00
Erik Montnemery
c85bb27d0d
Teach state trigger about entity registry ids ( #60271 )
...
* Teach state trigger about entity registry ids
* Tweak
* Add tests
* Tweak tests
* Fix tests
* Resolve entity ids during config validation
* Update device_triggers
* Fix mistake
* Tweak trigger validator to ensure we don't modify the original config
* Add index from entry id to entry
* Update scaffold
* Pre-compile UUID regex
* Address review comment
* Tweak mock_registry
* Tweak
* Apply suggestion from code review
2021-12-02 14:26:45 +01:00
Matthias Alphart
f2f6602890
Add support for Ohmpilots to Fronius integration ( #60765 )
...
* add support for Fronius Ohmpilot
* disable the debugger
2021-12-02 11:05:22 +01:00
J. Nick Koston
da2fb17d94
Update flux_led for upstream strict typing ( #60800 )
...
- Bump library to 0.25.10
- Changelog: https://github.com/Danielhiversen/flux_led/compare/0.25.2...0.25.10
- This is a squashed version of #60554 since that one keeps failing to restore the python env on 3.9
2021-12-02 10:55:06 +01:00
Tobias Sauerwein
653fb5b637
Update Netatmo climate platform ( #59974 )
2021-12-02 10:31:54 +01:00
Jan Bouwhuis
3307e54363
Add MQTT availability template and encoding ( #60470 )
...
* Add MQTT availability template and encoding
* use generic encoding field
* pylint and cleanup
* remove additional topic check
2021-12-02 10:21:31 +01:00
Franck Nijhof
42bae5439b
Add support for Christmas Tree pickup to TwenteMilieu ( #60822 )
2021-12-02 10:21:19 +01:00
Thomas Dietrich
bee3c9102c
Add binary characteristics, add deprecation warning for optional state_characteristic parameter ( #60402 )
...
* Add binary source sensor statistics
* Make state_characteristic a required parameter
* Move binary unitless testcase
* Add testcases for binary characteristics
* Revert charact. to optional with deprecation warning
* Correctly check for binary supported characteristic
2021-12-02 09:03:24 +01:00
Franck Nijhof
58fdcfb6b8
Use device/state class enums in DSMR ( #60791 )
2021-12-01 22:15:17 -05:00
Franck Nijhof
8279873018
Extend entities provided by Tailscale ( #60785 )
2021-12-01 21:47:10 -05:00
avee87
d0da0eef36
Add day/night markers to MetOffice daily forecast ( #58679 )
2021-12-01 21:42:59 -05:00
avee87
d066864158
Use precipitation probability in MetOffice forecasts ( #58677 )
2021-12-01 21:41:28 -05:00
Milan Meulemans
43d8c8fc2d
Use entity category enum in Rituals ( #60809 )
2021-12-01 21:11:05 -05:00
G Johansson
d211dc6e6e
Fix trafikverket_weatherstation ( #60772 )
...
* First commit
* Modify test according to fixes
* Review changes
* Clean up
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-12-02 00:14:42 +01:00
Joakim Plate
c54ca7941f
Make sure entity inherit disabled device ( #60469 )
2021-12-01 13:59:57 -08:00
Kevin Stillhammer
d1962f6e51
Cleanup here_travel_time tests ( #60529 )
2021-12-01 21:52:44 +01:00
Joakim Sørensen
737dd6fc26
Add tests to hassio binary_sensor platform ( #60609 )
2021-12-01 21:41:31 +01:00
J. Nick Koston
4b8a8dda8d
Fix yeelight discovery ( #60783 )
...
Regressed in #60640
2021-12-01 15:13:59 -05:00
epenet
1fa0351447
Use dataclass properties in tolo discovery ( #60784 )
2021-12-01 20:43:33 +01:00
epenet
7a098cff1c
Use dataclass properties in upnp discovery ( #60744 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-01 09:23:38 -10:00
epenet
e95914cf60
Use dataclass properties in dlna_dmr discovery ( #60693 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-01 08:59:12 -10:00
epenet
a3cccb50c7
Use dataclass properties in tesla_wall_connector discovery ( #60741 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-01 19:39:43 +01:00
epenet
3d5f4e54ea
Use dataclass properties in vicare discovery ( #60746 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-01 19:39:03 +01:00
epenet
4411d51d6f
Use dataclass properties in deconz discovery ( #60690 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-01 19:38:20 +01:00
einarhauks
5c4422dc72
Remove power sensor from Tesla Wall Connector ( #60775 )
...
Add voltage and current sensors for each phase
2021-12-01 19:21:56 +01:00
Robert Svensson
8ddfa424c0
Add typing to deCONZ init and config flow ( #59999 )
2021-12-01 18:59:52 +01:00
Aaron Bach
a053c0a106
Bump py17track to 2021.12.1 ( #60762 )
2021-12-01 18:52:33 +01:00
epenet
5c992ec2cc
Remove cleanup_registry from onewire ( #60546 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-01 18:38:07 +01:00
einarhauks
a6ec646f98
Tesla wall connector config flow refactor continued ( #60774 )
2021-12-01 18:18:42 +01:00
epenet
3eba575fde
Use state class enum for Onewire ( #60770 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-01 17:42:08 +01:00
epenet
cd9962dfa0
Use device and state class enum for Renault ( #60768 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-01 17:40:56 +01:00
Milan Meulemans
b154f43657
Use device class enum in Rituals ( #60767 )
2021-12-01 17:34:30 +01:00
epenet
7363033ada
Use device class enum in Onewire ( #60766 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-01 17:33:26 +01:00
Franck Nijhof
c985bee1dd
Add sensor platform to Tailscale ( #60751 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-12-01 17:05:44 +01:00
epenet
6caaa5f6bd
Add compatibility tests for MqttServiceInfo ( #60754 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-01 17:04:49 +01:00
epenet
2fe0382841
Add compatibility tests for UsbServiceInfo ( #60753 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-01 05:43:31 -10:00
epenet
7f355681a7
Add compatibility tests for DhcpServiceInfo ( #60752 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-01 05:43:09 -10:00
einarhauks
e7f00c2c4f
Refactor Tesla wall connector config flow ( #60755 )
2021-12-01 16:07:24 +01:00
Marcel van der Veldt
5d0cf4cb95
Fix tests for Hue integration ( #60683 )
...
* fix tests
make sure the migration code is not called in all other tests
* only patch v2 check where needed
2021-12-01 14:53:30 +01:00
Franck Nijhof
6a8c732b37
Add Tailscale integration ( #59764 )
...
* Add Tailscale integration
* Use DeviceEntryType
* Fix tests
* Adjust to new Pylint version
* Use enums for device classes
* Update homeassistant/components/tailscale/config_flow.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Pass empty string as default
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-12-01 14:40:38 +01:00
Franck Nijhof
c28b45cd83
Migrate entity categories to StrEnum ( #60720 )
2021-12-01 13:54:36 +01:00
Paulus Schoutsen
72d8882c79
Handle errors response to be None ( #60679 )
...
Co-authored-by: Philip Allgaier <mail@spacegaier.de>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-12-01 13:51:10 +01:00
epenet
cbab0ba9c0
Drop base ATTR constants in zeroconf ( #60561 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-01 12:29:41 +01:00
Raman Gupta
eeafa36abc
Add SmartStart provisioning support to zwave_js WS API ( #59037 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-12-01 11:43:51 +01:00
Joakim Sørensen
bbd179200c
Use device class enum in UptimeRobot ( #60688 )
2021-12-01 10:36:15 +01:00
Franck Nijhof
79ebc1b79a
Use device class enums in TwenteMilieu ( #60686 )
2021-12-01 10:25:26 +01:00
Franck Nijhof
74f7f28f1c
Use device class enums in WLED ( #60684 )
2021-12-01 10:16:44 +01:00
epenet
73a4dba2ae
Use dataclass properties in yeelight discovery ( #60640 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-30 22:28:19 -10:00
Kevin Worrel
8240b8c72e
Update screenlogic use asyncio API ( #60466 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2021-11-30 22:19:01 -10:00
Teemu R
908b7ca9c2
Bump xiaomi_miio dependency ( #60650 )
2021-12-01 08:08:59 +01:00
Franck Nijhof
9715601255
Add button device classes to NAM ( #60621 )
2021-12-01 07:08:17 +01:00
G Johansson
51ebfade52
Fix ADR 0003 issues in trafikverket_weatherstation ( #60664 )
...
* Fix ADR 0003 issues
* Remove commented code
2021-11-30 22:54:10 +01:00
epenet
8954609f6b
Use dataclass properties in axis discovery ( #60558 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-30 10:15:34 -10:00
G Johansson
11b81ef88b
Config flow for trafikverket_weatherstation ( #60078 )
...
* First commit
* Added tests
* Add requirements for test
* Correction requirements tests
* Add init to untested files
* Fix review comments
* Resolve last items from review
* Add sync_abort_entries_match in import flow
2021-11-30 19:53:41 +01:00
Marcel van der Veldt
19b4cc7119
Hue handle device update ( #60612 )
2021-11-30 10:14:51 -08:00
epenet
be89c07cac
Use dataclass properties in nanoleaf discovery ( #60580 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-30 06:05:50 -10:00
Tim Rightnour
8a9f197918
Binary sensor platform for the Balboa Spa ( #60409 )
2021-11-30 06:04:24 -10:00
epenet
d75785d701
Use dataclass properties in hue discovery ( #60598 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-30 16:36:35 +01:00
Allen Porter
a84b12abe7
Revert "Add an entity service for saving nest event related snapshots" ( #60632 )
2021-11-30 16:16:00 +01:00
Jc2k
b8a1899d48
Remove homekit_controller's air quality entity in favor of separate sensor entities ( #60480 )
2021-11-30 16:14:49 +01:00
Franck Nijhof
16462df451
Add button device classes to MQTT ( #60628 )
2021-11-30 16:08:02 +01:00
epenet
0d24862a28
Use dataclass properties in homekit_controller discovery ( #60626 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-30 16:06:18 +01:00
Jan Bouwhuis
cd351cf22b
Fix test naming switch ( #60630 )
2021-11-30 15:45:06 +01:00
Jan Bouwhuis
f07e676c82
Allow template int filter to render from a bytes based integer ( #60452 )
...
* Allow template int to render bytes
* re-triggering tests
* Add warning when base !=10 and rendering bytes
* re-trigger tests
* Re-trigger tests
* remove period
* Update homeassistant/helpers/template.py
Co-authored-by: Erik Montnemery <erik@montnemery.com>
* Fix logger syntax
* remove parentheses
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2021-11-30 15:01:43 +01:00
Jan Bouwhuis
2a2a20fcb3
Add mqtt sensor configurable state encoding for sensor and binary_sensor platform ( #60447 )
...
* Add mqtt sensor state encoding
* Make encoding attribute not specific to states
* Move encoding attribute to schema base
2021-11-30 14:04:24 +01:00
Franck Nijhof
7469f083fd
Migrate number mode to StrEnum ( #60614 )
2021-11-30 12:54:06 +01:00
Franck Nijhof
1b8eba0afd
Add button device classes to WLED ( #60613 )
2021-11-30 12:12:08 +01:00
epenet
d537ec1d6f
Use dataclass properties in bosch_shc discovery ( #60559 )
2021-11-30 10:57:37 +01:00
Allen Porter
c4e5242b0c
Add an entity service for saving nest event related snapshots ( #58369 )
...
* Add an entity service for saving nest event related snapshots
Add an entity service `nest.snapshot_event` for recording camera event
related media to disk. This is based on `camera.snapshot` but takes in
a parameter for a Nest API event_id.
PR #58299 adds `nest_event_id` to events published by nest so that they can
be hooked up to this service for capturing events.
Future related work includes:
- Height & Width parameters for the rendered image
- Support video clips for new battery cameras
- An API for proxying media related to events, separate from the camera image thumbnail
- A Nest MediaSource for browsing media related to events
* Revert debugging information
* Add test coverage for OSError failure case
* Add service description for nest snapshot service
* Reduce unnecessary diffs.
* Sort nest camera imports
* Remove unnecessary if block in snapshot
2021-11-29 23:04:29 -08:00
Allen Porter
cc543b200d
Update `nest` config flow to dramatically simplify end user setup with automated pub/sub subscription creation ( #59260 )
...
* Configure nest pubsub subscriber automatically
Update the config flow to configure the nest pubsub subscriber automatically.
After completing the authentication step, the user is now asked for the google
cloud console ID, which is needed to create a subscription.
Home Assistant manages the lifecycle of a subscription only when it is created
by the ConfigFlow. Otherwise (if specified in configuration.yaml) it treats
it similarly as before.
These are the considerations or failure modes taken into account:
- Subscription is created with reasonable default values as previously recommended (e.g. retion only keeps 5-15 minutes of backlog messages)
- Subscriptions are created with a naming scheme that makes it clear they came from home assistant, and with a random
string
- Subscriptions are cleaned up when the ConfigEntry is removed. If removal fails, a subscription that is orphaned will
be deleted after 30 days
- If the subscription gets into a bad state or deleted, the user can go through the re-auth flow to re-create it.
- Users can still specifcy a CONF_SUBSCRIBER_ID in the configuration.yaml, and
skip automatic subscriber creation
* Remove unnecessary nest config flow diffs and merge in upstream changes
* Incorporate review feedback into nest subscription config flow
* Update text wording in nest config flow
2021-11-29 22:41:29 -08:00
Allen Porter
8ca89b10eb
Split StreamState class out of SegmentBuffer ( #60423 )
...
This refactoring was pulled out of https://github.com/home-assistant/core/pull/53676 as an
initial step towards reverting the addition of the SegmentBuffer class, which will be
unrolled back into a for loop.
The StreamState class holds the persistent state in stream that is used across stream worker
instantiations, e.g. state across a retry or url expiration, which primarily handles
discontinuities. By itself, this PR is not a large win until follow up PRs further simplify
the SegmentBuffer class.
2021-11-29 22:25:28 -08:00
Allen Porter
df90fdf641
Add an available property on Stream ( #60429 )
2021-11-29 21:23:58 -08:00
David F. Mulcahey
2f24fc0fd4
Fix Flo returning stale data ( #60491 )
...
* Fix Flo returning stale data
* update tests
* update coverage
2021-11-29 20:00:39 -05:00
Joakim Sørensen
8a5df5f7eb
Fix ingress for non admin ( #60120 )
2021-11-29 23:03:16 +01:00
Paulus Schoutsen
914f7f85ec
Add local only users ( #57598 )
2021-11-29 14:01:03 -08:00
Maciej Bieniek
847b10fa65
Add `button` platform to NAM integration ( #60410 )
2021-11-29 22:58:04 +01:00
Michael
8626de24fc
Use correct value for current temperature for AVM Fritz!Smarthome thermostat devices ( #60510 )
2021-11-29 19:58:22 +01:00
Michael
83acfda757
Add reboot button to Shelly devices ( #60417 )
2021-11-29 19:49:49 +01:00
Erik Montnemery
814a742518
Don't wait for Google Assistant service calls when reporting state ( #59832 )
...
* Don't wait for Google Assistant service calls when reporting state
* Update tests
* Add test
2021-11-29 18:34:38 +01:00
epenet
54df81cbab
Use ZeroconfServiceInfo in vizio ( #60115 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-29 18:27:15 +01:00
epenet
37430e7c9e
Add get method to ZeroconfServiceInfo ( #60528 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-29 17:37:55 +01:00
epenet
ec1c52d945
Use dataclass for SsdpServiceInfo ( #59931 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-29 06:10:07 -10:00
einarhauks
7ece86ee8d
Add sensors to Tesla Wall Connector Integration ( #60507 )
2021-11-29 06:05:14 -10:00
Kevin Stillhammer
6167e4178b
Use find_coordinates in here_travel_time ( #59938 )
2021-11-29 16:54:03 +01:00
Maikel Punie
f18fe342ac
Remove configuration.yaml support for the velbus component ( #60411 )
2021-11-29 16:33:26 +01:00
Simone Chemelli
07c09ab268
Add new name handling for Shelly RPC devices ( #60539 )
2021-11-29 16:16:49 +01:00
jjlawren
a88cc8b98c
Move Sonos bass & treble controls to number entities ( #60498 )
2021-11-29 16:00:37 +01:00
Franck Nijhof
3aa35e15c2
Remove custom WLED services ( #60537 )
2021-11-29 15:15:50 +01:00
rianadon
09af85c6a4
Add native unit types for weather entities ( #59533 )
...
* Add native unit types for weather entities
* Update weatherentity and change precision in climacell test
* Move weather test to demo tests
* Add weather test for temperature conversion
* Add more unit conversion tests
* Remove extra native_ methods
* Remove extra properties and save precision change for another PR
* Remove visibility_unit from metoffice component
The vibility values given by metoffice are formatted into strings,
which means they can't automatically be converted.
* Improve docstrings and convert pressures in forecast
* Add precipitation and wind speed units
* Clean up tests
* Round converted weather values
* Round weather values to 2 decimal places
* Move number of rounding decimal places to constant
* Docstring and styles
2021-11-29 14:44:44 +01:00
Raphaël Beamonte
8600b5597a
Add 'trigger' support for MQTT Alarm Control Panel ( #60525 )
...
When configuring an Alarm Control Panel through MQTT discovery, it
was not possible to use the trigger service. This fixes that by making
it available the same way as ARM and DISARM services are.
2021-11-29 14:41:52 +01:00
Franck Nijhof
4cff04cbd5
Remove obsolete light attributes from WLED ( #60535 )
2021-11-29 11:32:30 +01:00
Matthias Alphart
823c37f4c7
100% test coverage for Fronius integration ( #60515 )
...
* support for multiple fixture sets
* add test data from Fronius Gen24 device
* test Gen24 with Storage
* test Gen24 inverter without storage
* 100% coverage
* copy&paste fail
2021-11-29 09:15:10 +01:00
J. Nick Koston
ef8cf9e597
Add configuration_url to bond ( #60523 )
2021-11-29 08:44:11 +01:00
Michael Kowalchuk
15bf4dae9b
Add zwave_js speed configurations for GE/Jasco 12730 and 14287 fans ( #60517 )
2021-11-29 08:27:32 +01:00
einarhauks
4d345e0665
Add Tesla Wall Connector integration ( #60000 )
2021-11-28 07:41:01 -10:00
Matthias Lohr
2d1d9e9e20
Address late review of tolo integration ( #60453 )
...
* improvements requested by @MartinHjelmare
* addressed requested changes
* more improvements
2021-11-28 16:50:57 +01:00
Erik Montnemery
caf5ee2fab
Remove optional validation when creating conditions ( #60481 )
2021-11-28 14:54:07 +01:00
Paulus Schoutsen
c6ec84d0cf
Remove store user as auth result ( #60468 )
2021-11-28 14:14:52 +01:00
Christopher Bailey
5a72c9f7c3
Rename various usages of UniFi to better identify only UniFi Network ( #59568 )
...
* Renames various usages of UniFi to better indentify only UniFi Network
* Apply suggestions from code review
Co-authored-by: Robert Svensson <Kane610@users.noreply.github.com>
* Missed renames
* Updates more locations
* Removes instances of application/controller
* Missed a spot
* Updates all UniFi Controller instances
* Fixes typo
* Reverts changes to translations
Co-authored-by: Robert Svensson <Kane610@users.noreply.github.com>
2021-11-26 22:44:49 +01:00
Michael
296b738740
Add button to trigger ota firmware update for Shelly devices ( #58757 )
...
Co-authored-by: Shay Levy <levyshay1@gmail.com>
2021-11-26 14:19:39 +01:00
Erik Montnemery
ea102f71a6
Correct validation of repeats in scripts and automations ( #60318 )
...
* Correct validation of repeats in scripts and automations
* Improve validation test
2021-11-26 14:12:59 +01:00
Erik Montnemery
88068fa97f
Remove unused OrderedEnum ( #60392 )
2021-11-26 11:10:39 +01:00
Chris Talkington
2a35ae2c0a
Update rokuecp to 0.8.4 ( #57259 )
2021-11-25 18:21:39 -06:00
Michael
c9dc3a61af
Fix slow config_flow test in devolo Home Network ( #60364 )
2021-11-26 00:14:15 +01:00
epenet
22bdd38583
Use SsdpServiceInfo for SOURCE_SSDP tests (part 4) ( #60339 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-25 17:13:52 -06:00
Michael
af8e1143b9
Fix slow config_flow test in upnp ( #60377 )
2021-11-26 00:07:23 +01:00
Michael
db0c82b88e
Fix slow config_flow test in Twinkly ( #60374 )
2021-11-26 00:00:37 +01:00
Michael
16eb85bfc8
Fix slow config_flow test in squeezebox ( #60373 )
2021-11-25 23:26:28 +01:00
Michael
ba7b5681e6
Fix slow config_flow test in Dune HD ( #60366 )
2021-11-25 22:34:47 +01:00
J. Nick Koston
d504c1e3e8
Add support for flux_led 0xA2 devices ( #60361 )
2021-11-25 21:20:34 +01:00
Michael
fb909eca8a
Fix slow config_flow test in bond ( #60355 )
2021-11-25 12:32:26 -06:00
Tim Rightnour
03d1efab46
Add Balboa Spa integration ( #59234 )
2021-11-25 12:04:06 -06:00
Michael
78305ac6ae
Fix slow config_flow test in AVM Fritz!SmartHome ( #60348 )
2021-11-25 11:48:17 -06:00
epenet
f292691b7b
Use SsdpServiceInfo for ssdp tests (part 3) ( #60334 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-25 11:46:20 -06:00
J. Nick Koston
67684d68ff
Fix slow yeelight discovery test ( #60346 )
2021-11-25 11:39:37 -06:00
epenet
2468724378
Use SsdpServiceInfo for ssdp tests (part 2) ( #60322 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-25 09:45:35 -06:00
Franck Nijhof
6b9c2d8295
Add shorthand attribute support to Camera platform ( #59837 )
2021-11-25 16:03:53 +01:00
Hypnos
57fd632cd9
Add missing MQTT lock.open ( #60022 )
...
* Add missing MQTT lock.open
from:
https://community.home-assistant.io/t/mqtt-lock-open/232823/13
based on https://github.com/home-assistant/core/pull/48008
* Update homeassistant/components/mqtt/lock.py
Co-authored-by: Erik Montnemery <erik@montnemery.com>
* Update homeassistant/components/mqtt/lock.py
Co-authored-by: Erik Montnemery <erik@montnemery.com>
* Update homeassistant/components/mqtt/lock.py
Co-authored-by: Erik Montnemery <erik@montnemery.com>
* removed `STATE_OPEN` from tests
* Apply suggestions from code review
* Format code
* Update lock.py
* Update test_lock.py
* Update test_lock.py
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2021-11-25 15:54:08 +01:00
Till Skrodzki
635d875b1d
Only accept valid hvac actions sent via mqtt ( #59919 )
...
* Only accept valid hvac actions sent via mqtt
* Only accept valid hvac actions sent via mqtt
* Fix existing action test and remove old one
* Remote None as valid hvac action being accepted
* Change loglevel of wrong hvac action received
2021-11-25 15:53:34 +01:00
Thomas Dietrich
4c0d90ed41
Remove unknown attribute instead of marking STATE_UNKNOWN ( #60325 )
2021-11-25 15:13:55 +01:00
epenet
9eed18f121
Use SsdpServiceInfo for ssdp tests (part 1) ( #60320 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-25 14:35:19 +01:00
J. Nick Koston
213be1f15e
Update flux_led to use async_set_brightness in the lib ( #60315 )
2021-11-25 12:41:32 +01:00
refinedcranberry
a78f0eae39
Add "nextchange" sensors to AVM FRITZ!Smarthome devices ( #58274 )
2021-11-25 12:34:04 +01:00
epenet
62bf42e421
Introduce SsdpServiceInfo for ssdp discovery ( #60284 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-24 19:35:15 -06:00
J. Nick Koston
5b199bcc6d
Use random effect from flux_led library ( #60312 )
2021-11-25 02:34:19 +01:00
epenet
75057949d1
Adjust async_step_discovery methods for BaseServiceInfo ( #60285 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-24 19:30:02 -06:00
Simone Chemelli
15f62a7237
More tests optimizations for SamsungTV ( #60297 )
...
* More tests optimizations
* Apply review comments
2021-11-24 22:54:49 +01:00
Maciej Bieniek
970df6d067
Move sensor stuff to the sensor platform in Brother integration ( #60306 )
2021-11-24 22:50:35 +01:00
Ville Skyttä
9f4de8df18
Make device entry disabled by an enum ( #60239 )
2021-11-24 22:32:16 +01:00
alim4r
42389fc81b
Support numeric sensors with no unit_of_measurement in prometheus ( #60157 )
2021-11-24 22:30:08 +01:00
Matthias Lohr
a399037a46
Add TOLO Sauna (tolo) integration ( #55619 )
2021-11-24 20:45:13 +01:00
Erik Montnemery
7c3edf24f2
Allow MQTT selects to have a single or no options ( #60281 )
2021-11-24 20:06:12 +01:00
J. Nick Koston
86cd46a0dd
Add support for adjusting effect brightness in flux_led ( #60247 )
2021-11-24 19:55:00 +01:00
Erik Montnemery
7b57033265
Correct today_at template function / filter ( #60291 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-11-24 15:51:43 +01:00
Jan Bouwhuis
d33457b7bc
Add bytes support for bitwise template operations ( #60211 )
...
* Add bytes support for bitwise template operations
* spelling
* Update bitwise tests
* remove try block for bytes conversion
* do not accept empty `bytes` object
2021-11-24 15:15:27 +01:00
epenet
5a8cbb8cab
Use UsbServiceInfo in zwave-js ( #60267 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-24 07:51:28 -06:00
epenet
3bf12fcd29
Use UsbServiceInfo and ZeroconfServiceInfo in zha ( #60266 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-24 07:50:45 -06:00
Thomas Dietrich
b8f4b76194
Add additional statistics characteristics, remove attributes ( #59867 )
...
* Add additional statistics characterics, improve rounding
* Improve name of age_usage_ratio
* Replace difference by three relevant distances
* Refactor attributes, remove stats, add metadata
* Fix binary sensor testcase
* Fix sensor defaults testcase
* Fix and enhance all testcases
* Remove age coverage from attr when not configured
* Refactor so only the relevant characteristic value is calculated
* Rename unclear characteristics, add timebound average
* Fix coverage warning
* Remove explicit functions dict
2021-11-24 13:42:44 +01:00
h2zero
f4f945e65e
Fix Konnected multiple discovery of panels ( #59953 )
...
* Konnected - Fix multiple discovery of panels.
This resolves an issue which creates multiple discoveries of a Konnected panel if it is restarted and fails to connect to home assistant.
See #57467 .
* Revert changes to user step, add handling to ssdp step.
* Add abort reason string to strings.json
* Abort ssdp discovery if device is already known.
* Add test for multiple discovery fix.
* Remove unrelated file change.
* Add ssdp discovery abort tests.
* Add missing abort reason check.
* Add "already_configured" to strings.
* Use "cannot_connect" abort reason.
2021-11-24 11:35:00 +01:00
Michael Kowalchuk
74cfbf5f42
Use configured speed ranges for HomeSeer FC200+ fan controllers in zwave_js ( #59697 )
...
* Use configured speed ranges for HomeSeer FC200+ fan controllers in zwave_js
* Fix pylint errors
* Remove unused param in tests
* Fix test values
* Address various review notes
* Remove now-redundant assertion
* Add an additional test case for set_percentage=0
* Use round() instead of int() for percentage computations; this makes the percentage setting match the setpoints in the UI
* Add additional tests
* Fix pct conversions
* Make conversion tests exhaustive
* Add tests for discovery data templates
* Revert "Add tests for discovery data templates"
This reverts commit 85dcbc0903
.
* Improve typing on ConfigurableFanSpeedDataTemplate#resolve_data
* Move config error handling to the discovery data template
* Fix checks for config data
* Revise fallback logic in percentage_to_zwave_speed and ensure that the speed list is non-empty
* Rework error handling
* Fix runtime fan speed updates
* Use warning instead of warn
* Move data validation to get_speed_config; turns out that resolve_data is only called once, at startup.
* Temporarily remove the not-yet-used fixed fan speed template. Add an additional assertion to ensure speeds are sorted.
* Add a comment about the assertions in discovery_data_template.py
* Update homeassistant/components/zwave_js/discovery_data_template.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Fix typo in comment
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-11-24 11:31:59 +01:00
Simone Chemelli
8e6a3b2799
Fix init slow tests for SamsungTV ( #60245 )
2021-11-24 11:25:25 +01:00
Matthias Alphart
1a5f2c9c32
Disable less popular Fronius entities by default ( #60264 )
2021-11-24 11:17:38 +01:00
Jan Bouwhuis
d41d223033
Add UNIX timestamp detection to `as_datetime` template filter ( #60126 )
2021-11-24 09:51:56 +01:00
Jan Bouwhuis
fa0d3a6c48
Change output template filters `timestamp_local` and `timestamp_utc` to isoformat ( #60269 )
2021-11-24 09:49:03 +01:00
epenet
4ffb0b8380
Use UsbServiceInfo in modem_callerid ( #60268 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-24 09:40:52 +01:00
Erik Montnemery
c0d2a66609
Add stable ID to entity registry entries ( #60218 )
...
* Add UUID to entity registry entries
* Fix test
2021-11-24 09:01:35 +01:00
Simone Chemelli
e1de6612be
Fix socket usage in Aprs test ( #60253 )
2021-11-24 03:02:03 +01:00
Matthias Alphart
3dac661480
Rewrite Fronius integration ( #59686 )
...
* Add unique_id and use DataUpdateCoordinator in Fronius (#57879 )
* initial refactoring commit - meters
- config_flow (no strings, no tests yet)
- import yaml config
- FroniusSolarNet class for holding Fronius object , coordinators and some common data
- meter descriptions
- update coordinator
- entities (including devices)
* storage controllers
* error handling on init; inverter unique_id
* inverters
* power_flow
* fix VA, var, varh not valid for device_class power/energy
and add custom icons
* add SolarNet device for system wide values
* cleanup
* config_flow strings
* test config_flow
* use pyfronius 0.7.0
* enable strict typing
* remove TODO comments
* fix lint errors; move FroniusSensorEntity to sensor.py
* power_flow as optional coordinator
API V0 doesn't support power_flow endpoint
* show error message in logs
* prevent parallel requests to one host
* logger_info coordinator
* store FroniusSolarNet reference directly in coordinator
* cleanup coordinators when unloading entry
* round floats returned by Fronius API
* default icons for grid im/export tariffs
* small typing fix
* Update homeassistant/components/fronius/sensor.py
Co-authored-by: Brett Adams <Bre77@users.noreply.github.com>
* DC icons
* prepend names with "Fronius" and device type
to get more reasonable default entity_ids (eg. have them next to each other when alphabetically sorted)
* remove config_flow and devices
* rename _FroniusUpdateCoordinator to FroniusCoordinatorBase
and mark ABC
* move SensorEntityDescriptions to sensor.py
* Revert "move SensorEntityDescriptions to sensor.py"
This reverts commit 2e5a726eb6
.
* Don't raise ConfigEntryNotReady and use regular refresh method
* move bridge initialization out of helper class
* no coverage tests
* power_flow update interval 10 seconds
* move SensorEntityDescriptions to sensor.py
without introducing a circular dependency
* deprecation warning for CONF_MONITORED_CONDITIONS
* remove extra_state_attributes form meter sensor entities
* readd diagnostic entities
* decouple default entity_id from default name
* use key instead of name for entity_id
and make deprecated config key optional
* adjust tests
* use old entity_ids
these changes are now backwards compatible
* check coverage
* simplify entity description definitions
* restore entity names of previous implementation
Co-authored-by: Brett Adams <Bre77@users.noreply.github.com>
* Add config_flow for Fronius integration (#59677 )
* Cleanup Fronius config_flow and tests (#60094 )
* Add devices to Fronius integration (#60104 )
* New entity names for Fronius entities (#60215 )
* Adaptive update interval for Fronius coordinators (#60192 )
Co-authored-by: Brett Adams <Bre77@users.noreply.github.com>
2021-11-24 02:04:36 +01:00
Michael Chisholm
9fa6daf47a
dlna_dmr: Ignore philips tv ( #60204 )
2021-11-23 23:22:34 +01:00
Erik Montnemery
615198a58f
Use pychromecast CastInfo type in cast integration ( #60205 )
2021-11-23 23:17:58 +01:00
Andreas Brett
cee5595ba7
Add pi_hole entity "available_updates" ( #56181 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-11-23 23:05:27 +01:00
epenet
44611d7e26
Use dataclass for ZeroconfServiceInfo ( #60206 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-23 22:59:36 +01:00
J. Nick Koston
af51aeb6dc
Show how user input is malformed in the UI on error ( #60057 )
2021-11-23 22:50:54 +01:00
avee87
9088a6a138
Add device registry entry for MetOffice ( #58683 )
2021-11-23 22:45:23 +01:00
J. Nick Koston
ce369bb336
Reduce flux_led light turn on complexity ( #60139 )
2021-11-23 22:23:38 +01:00
Erik Montnemery
24779dea3b
Bump device registry version to 1.2 ( #60199 )
2021-11-23 22:22:15 +01:00
J. Nick Koston
52e0027fad
Limit homekit sources to prevent exceeding 100 limit ( #59743 )
2021-11-23 22:15:08 +01:00
Franck Nijhof
5c443b626a
Use native datetime value in MQTT sensors ( #59923 )
2021-11-23 22:10:14 +01:00
epenet
4480e1255a
Use MqttServiceInfo in tasmota ( #60113 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-23 22:07:10 +01:00
J. Nick Koston
881d35ab17
Split up yeelight code into multiple files ( #59990 )
2021-11-23 11:56:07 -06:00
J. Nick Koston
6524cd4eb2
Fix user input malformed with deleted entities in HomeKit exclude flow ( #60061 )
2021-11-23 11:46:54 -06:00
J. Nick Koston
400aaeaa91
Ensure homekit setup messages run in event loop ( #60226 )
2021-11-23 11:40:20 -06:00
epenet
9f74ad06d6
Update ZeroconfServiceInfo in tests (t-z) ( #60221 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-23 11:28:50 -06:00
epenet
77dfeb062f
Update ZeroconfServiceInfo in tests (n-t) ( #60219 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-23 10:35:44 -06:00
Franck Nijhof
7a0ff4e2e1
Add button support to Alexa ( #60163 )
2021-11-23 08:19:13 -08:00
epenet
31b033ac25
Update ZeroconfServiceInfo in tests (g-m) ( #60217 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-23 09:42:38 -06:00
epenet
1d3fbc93a0
Update ZeroconfServiceInfo in tests (a-f) ( #60212 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-23 09:32:58 -06:00
epenet
560546f65e
Use dataclass for DhcpServiceInfo ( #60136 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-23 13:35:53 +01:00
Simone Chemelli
e673d9dbd0
Fix missing mocking ( #60181 )
2021-11-23 11:56:16 +01:00
Ville Skyttä
39691faccc
Use DeviceEntryType in non-typechecked code too ( #58646 )
2021-11-23 10:04:33 +01:00
Erik Montnemery
ca20fc857f
Remove via_device links when a device is removed ( #60153 )
...
* Remove via_device links when a device is removed
* Update test
2021-11-23 09:36:03 +01:00
Franck Nijhof
42ed6ddba3
Add button support to Google Assistant ( #60158 )
2021-11-22 20:50:21 -08:00
J. Nick Koston
7359083e98
Remove legacy executor usage from HomeKit tests ( #60180 )
2021-11-22 22:37:28 -06:00
Aaron Bach
0e4de42539
Alter RainMachine to enable/disable program/zones via separate switches ( #59617 )
2021-11-22 20:47:01 -07:00
J. Nick Koston
4af5cde738
Include model name in flux_led discovery when available ( #60105 )
2021-11-22 20:21:46 -06:00
J. Nick Koston
cb3b19b000
Add support for adjusting flux_led effects speed ( #59679 )
2021-11-22 16:52:06 -08:00
Tim Rightnour
3639481027
Add sensors to venstar integration ( #58851 )
2021-11-22 18:05:12 -06:00
Franck Nijhof
766c889e70
Add button support to HomeKit ( #60165 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2021-11-23 00:46:51 +01:00
Erik Montnemery
39d6aba3bc
Improve startup of unavailable template entities ( #59827 )
2021-11-22 09:20:38 -08:00
Ville Skyttä
053c456199
Change device entry type to an StrEnum ( #59940 )
...
Co-authored-by: Ville Skyttä <ville.skytta@iki.fi>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-11-22 18:14:15 +01:00
Erik Montnemery
4a5238efa5
Add support for calculating daily and monthly fossil energy consumption ( #59588 )
2021-11-22 09:10:54 -08:00
Erik Montnemery
49a27e12ad
Add support to entity registry for overriding device_class ( #59985 )
2021-11-22 08:38:06 -08:00
Franck Nijhof
69b7495324
Sensor: Handle local->UTC conversion and reject timezoneless timestamps ( #59971 )
2021-11-22 17:04:06 +01:00
epenet
7e1b00c491
Use ZeroconfServiceInfo in wled ( #60130 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-22 08:19:54 -06:00
epenet
c8451001a0
Use ZeroconfServiceInfo in xiaomi_aqara ( #60131 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-22 08:19:01 -06:00
epenet
2cd241ff0a
Use ZeroconfServiceInfo in xiaomi_miio ( #60132 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-22 08:18:22 -06:00
epenet
8b26b69366
Use ServiceInfo in yeelight ( #60127 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-22 08:15:14 -06:00
Hans Oischinger
38b976e6d6
Add vicare config flow ( #56691 )
...
* Configuration via UI
Config flow / YAML deprecation
- Support discovery via MAC address
- Support import of YAML config
- Switch to ConfigEntry, get rid of platform setup
* Fix review comments
* More tests for vicare yaml import
2021-11-22 15:06:42 +01:00
h2zero
3b5a7d001f
Fix Konnected DS18B20 poll interval ( #59954 )
...
* Konnected - Fix DS18B20 poll interval.
The poll interval for the DS18B20 was not being sent to the device.
* Fix tests
2021-11-22 14:01:37 +01:00
Franck Nijhof
d95c615f86
Add binary sensor platform to WLED ( #59798 )
2021-11-22 13:22:43 +01:00
epenet
10d0870198
Use ZeroconfServiceInfo in plugwise ( #60050 )
2021-11-22 12:35:52 +01:00
Franck Nijhof
8b30cb509f
Cleanup customize API endpoint ( #59824 )
2021-11-22 12:01:56 +01:00
epenet
39149e19f7
Use ZeroconfServiceInfo in tado ( #60111 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-22 11:54:15 +01:00
epenet
eb70d328ca
Use DhcpServiceInfo in tplink ( #60114 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-22 11:51:47 +01:00
epenet
70f43a1415
Use ZeroconfServiceInfo in tradfri ( #60112 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-22 11:49:37 +01:00
epenet
5a40322cda
Use ZeroconfServiceInfo in volumio ( #60116 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-22 11:48:06 +01:00
epenet
bac3c1fd75
Use DhcpServiceInfo in verisure tests ( #60117 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-22 11:47:32 +01:00
Erik Montnemery
0df2904b89
Improve some entity registry tests ( #59902 )
2021-11-22 10:24:37 +01:00
epenet
382efef2e2
Use DhcpServiceInfo in squeezebox ( #60100 )
2021-11-21 16:33:44 -06:00
epenet
4e1089cedb
Use DhcpServiceInfo in somfy_mylink ( #60099 )
2021-11-21 16:33:34 -06:00
epenet
8f7f32d844
Use DhcpServiceInfo in screenlogic ( #60103 )
2021-11-21 16:33:26 -06:00
epenet
4555820987
Use ZeroconfServiceInfo in shelly ( #60098 )
2021-11-21 16:33:20 -06:00
epenet
fa9465d003
Use ZeroconfServiceInfo in system_bridge ( #60102 )
2021-11-21 16:33:06 -06:00
epenet
a72a5486c2
Use ServiceInfo in samsungtv tests ( #60097 )
2021-11-21 16:00:59 -06:00
epenet
1c15544d7a
Use ZeroconfServiceInfo in smappee ( #60096 )
2021-11-21 15:50:29 -06:00
epenet
b465131170
Use ZeroconfServiceInfo in sonos ( #60095 )
2021-11-21 15:49:50 -06:00
epenet
b9cbfbae58
Use ZeroconfServiceInfo in nut ( #60047 )
2021-11-21 15:49:03 -06:00
epenet
2675c6d408
Use DhcpServiceInfo in axis ( #60092 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-21 15:39:37 -06:00
epenet
7560f11680
Use ZeroconfServiceInfo in roku ( #60053 )
2021-11-21 11:27:35 -06:00
epenet
2270e920c3
Use ZeroconfServiceInfo in modern_forms ( #60043 )
2021-11-21 17:37:09 +01:00
epenet
95075448bd
Use DhcpServiceInfo in nuki ( #60046 )
2021-11-21 17:35:51 +01:00
epenet
36a67d060b
Use ZeroconfServiceInfo in octoprint ( #60049 )
2021-11-21 17:35:24 +01:00
epenet
c3e9c1a7e8
Use DhcpServiceInfo in powerwall ( #60051 )
2021-11-21 07:56:22 -06:00
epenet
8ec30aa9ad
Use ZeroconfServiceInfo in rachio ( #60054 )
2021-11-21 07:55:54 -06:00
epenet
435eb97495
Use DhcpServiceInfo in roomba ( #60056 )
2021-11-21 07:54:39 -06:00
epenet
25e5263954
Use ZeroconfServiceInfo in nanoleaf ( #60045 )
2021-11-21 07:51:50 -06:00
Dan Klaffenbach
56e93ff0ec
Add support for HEOS groups ( #32568 )
...
* Add support for grouping HEOS media players
* Update homeassistant/components/heos/media_player.py
Co-authored-by: Andrew Sayre (he/his/him) <6730289+andrewsayre@users.noreply.github.com>
* Update homeassistant/components/heos/media_player.py
Co-authored-by: Andrew Sayre (he/his/him) <6730289+andrewsayre@users.noreply.github.com>
* Update homeassistant/components/heos/media_player.py
Co-authored-by: Andrew Sayre (he/his/him) <6730289+andrewsayre@users.noreply.github.com>
* Update homeassistant/components/heos/media_player.py
Co-authored-by: Andrew Sayre (he/his/him) <6730289+andrewsayre@users.noreply.github.com>
* Update homeassistant/components/heos/media_player.py
Co-authored-by: Andrew Sayre (he/his/him) <6730289+andrewsayre@users.noreply.github.com>
* Update homeassistant/components/heos/media_player.py
Co-authored-by: Andrew Sayre (he/his/him) <6730289+andrewsayre@users.noreply.github.com>
* Handle groups at controller level, refine tests.
Co-authored-by: Andrew Sayre (he/his/him) <6730289+andrewsayre@users.noreply.github.com>
* Fix linting issues
* Update homeassistant/components/heos/media_player.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/heos/media_player.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Rename variables and improve resolving of entity_ids
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Don't patch internal methods
Use the pytest fixtures which have already been defined for this.
* Fix linting issues
* Remove unused property
* Ignore groups with unknown leader
This makes sure that the group_members attribute won't contain a `None`
value as a leader entity_id.
* Don't call force_update_groups() from tests
* Don't pass `None` player ids to HEOS API
* Use signal for group manager communication
* Use imports for async_dispatcher_send/async_dispatcher_connect
* Raise exception when leader/player could not be resolved
* Disconnect signal handlers, avoid calling async_update_groups too early
* Update homeassistant/components/heos/__init__.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Andrew Sayre (he/his/him) <6730289+andrewsayre@users.noreply.github.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-11-21 12:57:31 +01:00
epenet
ba93a384a7
Use ZeroconfServiceInfo in nam ( #60044 )
2021-11-21 10:25:34 +01:00
epenet
3cdca4a657
Use ZeroconfServiceInfo in netatmo tests ( #60048 )
2021-11-21 08:40:46 +01:00
epenet
85b37a8532
Use ZeroconfServiceInfo in rainmachine ( #60055 )
2021-11-21 08:08:45 +01:00
Marcel van der Veldt
4820acb897
Fix for deviceless entities in Hue integration ( #59820 )
2021-11-20 14:45:51 -08:00
Marcel van der Veldt
902da4daf8
Add integration_entities template helper ( #59841 )
2021-11-20 14:43:31 -08:00
epenet
df3f3321f2
Use ZeroconfServiceInfo in hue ( #59980 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-20 14:39:14 -08:00
Jared Hobbs
6d4b74f8f2
Add haa vendor extensions ( #59750 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2021-11-20 09:22:10 -06:00
Franck Nijhof
70990ebf81
Add WLED Live Override controls ( #59783 )
2021-11-20 09:15:47 -06:00
Franck Nijhof
25f491ad16
Add WLED reverse effect switch ( #59778 )
2021-11-20 08:57:47 -06:00
Marvin Wichmann
e5c33474e3
Add config and options flow to KNX integration ( #59377 )
2021-11-20 11:30:41 +01:00
epenet
d0ff8a9b76
Add id constant for homekit discovery ( #59986 )
2021-11-20 10:07:59 +00:00
epenet
386520b883
Use ZeroconfServiceInfo in ipp ( #59983 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-19 10:16:34 -06:00
epenet
e3ee19d0c4
Use ZeroconfServiceInfo in kodi ( #59984 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-19 10:16:28 -06:00
epenet
8a4d3b2a2e
Use ZeroconfServiceInfo in lookin ( #59987 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-19 10:16:07 -06:00
jjlawren
81e02a39df
Ignore non-Sonos SSDP devices with Sonos-like identifiers ( #59809 )
2021-11-19 10:14:12 -06:00
epenet
9aa41be8b7
Use ZeroconfServiceInfo in lutron_caseta ( #59988 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-19 09:36:18 -06:00
starkillerOG
2b7bcd6aeb
Yeelight disable polling ( #59885 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2021-11-19 09:02:07 -06:00
epenet
14d4a9a69d
Use DhcpServiceInfo in isy994 ( #59982 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-19 08:14:25 -06:00
epenet
982f2065c8
Use ZeroconfServiceInfo in homekit_controller ( #59979 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-19 08:13:56 -06:00
epenet
d6c5aaa0cb
Use ServiceInfo in hunterdouglas_powerview ( #59981 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-19 08:12:31 -06:00
Erik Montnemery
c557da028a
Bump entity_registry store version to 1.2 ( #59912 )
...
* Bump entity_registry store version to 1.2
* Migrate also when importing yaml
* Adjust tests
* Satisfy pylint
* Fix typing
2021-11-19 14:25:34 +01:00
epenet
45d41e584f
Use DhcpServiceInfo in dhcp tests ( #59962 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-19 12:49:28 +01:00
epenet
f17d58a049
Use DhcpServiceInfo in emonitor ( #59965 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-19 12:48:51 +01:00
epenet
cb306236f2
Use DhcpServiceInfo in flux_led ( #59967 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-19 12:37:59 +01:00
epenet
59547289b4
Use DhcpServiceInfo in broadlink ( #59961 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-19 12:29:20 +01:00
epenet
2aa8c2cf74
Use DhcpServiceInfo in gogogate2 ( #59968 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-19 12:19:37 +01:00
epenet
e7013f468c
Use DhcpServiceInfo in goalzero tests ( #59969 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-19 12:18:56 +01:00
epenet
01fea8bbdd
Use DhcpServiceInfo in guardian tests ( #59970 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-19 12:18:32 +01:00
epenet
e23cc3ecbf
Optimise use of ZeroconfServiceInfo ( #59966 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-19 12:17:49 +01:00
rianadon
ecf00a1eae
Add accumulated precipitation to unit system ( #59657 )
...
* Add accumulated precipitation to unit system
* Fix template test
* Fix typo of testing pressure instead of precipitation
* Add extra arguments so unit system test passes
2021-11-19 09:18:44 +01:00
Franck Nijhof
073bf6d6fd
Use native datetime value inMobile App sensors ( #59945 )
2021-11-18 22:36:28 -08:00
Daniel Hjelseth Høyer
a3d5aec778
Mill local access ( #59549 )
...
* Mill local
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
* Mill local
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
* Mill local
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
* Update homeassistant/components/mill/config_flow.py
Co-authored-by: Allen Porter <allen@thebends.org>
* Update homeassistant/components/mill/config_flow.py
Co-authored-by: Allen Porter <allen@thebends.org>
* Update homeassistant/components/mill/config_flow.py
Co-authored-by: Allen Porter <allen@thebends.org>
* Fix review comments
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
* coveragerc
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
* Fix review comments
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
* Fix review comments
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
* Fix review comments
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
Co-authored-by: Allen Porter <allen@thebends.org>
2021-11-18 21:44:45 -08:00
Nathan Spencer
406cbcfe2d
Use an assumed switch state until refresh callback is complete ( #59805 )
2021-11-18 21:29:38 -08:00
J. Nick Koston
347c4ea137
Bump zeroconf to 0.37.0 ( #59932 )
2021-11-18 20:23:20 -08:00
Robin Dupont
4598353315
Add apparent_power for ZHA ElectricalMeasurement ( #59857 )
...
* Add apparent_power for ZHA ElectricalMeasurement
* Add apparent_power to REPORT_CONFIG
* update device list with apparent_power attribute
* update test decorators for apparent_power
* remove comments
* Add test for apparent_power in test_sensor
2021-11-18 19:43:08 -05:00
Paulus Schoutsen
442597928e
Store: copy pending data ( #59934 )
2021-11-18 15:56:22 -08:00
J. Nick Koston
0fb21af07f
Strip out deleted entities when configuring homekit ( #59844 )
2021-11-18 15:21:51 -08:00
Eduard van Valkenburg
958c199d80
Brunt package update with async, data update coordinator and config flow ( #49714 )
...
* implemented config_flow and dataupdatecoordinator
* implemented config flow, dataupdatecoordinator and tests.
* undid extra vscode task
* fixed pylint errors
* updates based on review
* fix mypy in reauth
* fast interval to 5 sec
* fixed test patches and others from review
* added released package
* deleted wrong line from coveragerc
* updates to config and tests
* fixed test patch
2021-11-18 23:00:42 +01:00
epenet
9ccee205ca
Use ZeroconfServiceInfo in gogogate2 ( #59746 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-18 12:14:00 -06:00
Erik Montnemery
d18c250acf
Add minor version support to storage.Store ( #59882 )
2021-11-18 17:15:40 +01:00
rianadon
7cc7bbb76d
Add speed to units system ( #58437 )
...
* Use speed units in unit system
* Use more obvious conversion factor for unit system speed test
* Use wind_speed instead of speed, use m/s
2021-11-18 16:08:42 +01:00
Franck Nijhof
01efe1eba2
Add datetime object as valid StateType ( #52671 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-11-18 14:11:44 +01:00
Erik Montnemery
bfafeb7965
Don't mock all of pychromecast in tests ( #59839 )
2021-11-18 11:28:35 +01:00
alim4r
e180f1e302
Add input_number state to prometheus metrics ( #56507 )
...
* Add input_number to prometheus metrics
* Add prometheus input_number tests
* Removed unused import from test
2021-11-17 19:35:48 -08:00
Maciej Bieniek
1c11e7061d
Bump Nettigo Air Monitor backend library ( #59675 )
2021-11-17 19:00:19 -06:00
Robert Svensson
29e0ef604e
Add typing to deCONZ Climate and Cover platforms ( #59610 )
2021-11-17 15:08:37 +01:00
Thomas Dietrich
0ab3b10aed
Allow selection of statistics state characteristic ( #49960 )
...
* Make statistics state characteristic selectable
* Move computation in helper function
* Add relevant config elements for clarity
* Rename variables for better readability
* Avoid reserved prefix ATTR_ for stats
* Fix NoneType base_unit error
* Add testcases for statistics characteristic
* Add testcases for state_class, unitless, and characteristics
* Add testcase coverage for no unit with binary
* Replace error catching by an exception
* Attend to review comments
2021-11-17 12:31:32 +01:00
Erik Montnemery
593bc866f0
Bump pychromecast to 10.1.0 ( #59719 )
...
* Prepare for pychromecast 10
* Bump pychromecast to 10.0.0
* Bump pychromecast to 10.1.0
* Update homeassistant/components/cast/discovery.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-11-17 09:05:25 +01:00
Milan Meulemans
f8501ded0e
Add entity_category to Rituals Entities ( #59756 )
2021-11-16 14:37:28 -06:00
Marcel van der Veldt
e1e6925097
Refactor of Hue integration with full V2 support ( #58996 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2021-11-16 11:59:17 -08:00
Franck Nijhof
9faf3996db
Add WLED firmware upgrade button ( #59793 )
2021-11-16 19:58:04 +01:00
Joakim Plate
f0b3fbc5a7
Always fire event for known devices in rfxtrx ( #58845 )
2021-11-16 19:03:18 +01:00
Erik Montnemery
fa952364cc
Remove test_check_package_version_does_not_match ( #59785 )
2021-11-16 07:54:08 -08:00
Robert Hillis
14adcbc07c
Add tests for goalzero ( #59446 )
...
* Add tests for goalzero
* tweak
* tweak
2021-11-16 07:18:30 -08:00
David Beitey
1bcd62cd32
Add topic_template for mqtt.publish ( #53743 )
...
Co-authored-by: Erik Montnemery <erik@montnemery.com>
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2021-11-16 16:13:54 +01:00
Simone Chemelli
8a02d87a17
Removed deprecated "device_state_attributes" for Amberelectric ( #59672 )
...
* Removed deprecated "device_state_attributes"
* Cleanup
* Postpone removal
* log deprecation warning
* Update homeassistant/helpers/entity.py
Co-authored-by: Erik Montnemery <erik@montnemery.com>
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2021-11-16 16:11:46 +01:00
Erik Montnemery
4f01631bd6
Allow triggering on all state changes, ignoring attributes ( #59713 )
...
* Allow triggering on all state changes, ignoring attributes
* Add comment
* Apply suggestions from code review
Co-authored-by: Franck Nijhof <git@frenck.dev>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-11-16 08:35:52 +01:00
Michael
771922b871
Add support for property attribute shorthand in Fan entity ( #59649 )
2021-11-16 01:25:22 +01:00
Matthias Alphart
c0a8cea6fb
Fix KNX individual light tests ( #59749 )
2021-11-16 00:02:39 +01:00
Aaron Bach
ce3f918c2c
Fix bug in AirVisual re-auth ( #59685 )
2021-11-15 14:30:26 -08:00
epenet
0b43cff377
Use ZeroconfServiceInfo in guardian ( #59741 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-15 23:13:17 +01:00
Matthias Alphart
ca3e672b1d
Fix KNX rgb(w) color ( #51060 )
...
* calculate brightness from color; scale color
* fix merge
* fix sending color only for brightness independent rgb color
* fix tests for rgb and rgbw color
* use public match_max_scale
2021-11-15 20:42:59 +01:00
epenet
4f7e405a2c
Use zeroconf attributes in esphome ( #58963 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-15 20:26:50 +01:00