hass-core/tests/components
Eugenio Panadero b96d2cadac
Add new price sensors with API token access to pvpc hourly pricing ()
*  Implement optional API token in config-flow + options

to make the data download from an authenticated path in ESIOS server

As this is an *alternative* access, and current public path works for the PVPC,
no user (current or new) is compelled to obtain a token,
and it can be enabled anytime in options, or doing the setup again

When enabling the token, it is verified (or "invalid_auth" error),
and a 'reauth' flow is implemented, which can change or disable the token if
it starts failing.

The 1st step of config/options flow adds a bool to enable this private access,
- if unchecked (default), entry is set for public access (like before)
- if checked, a 2nd step opens to input the token, with instructions
  of how to get one (with a direct link to create a 'request email').
  If the token is valid, the entry is set for authenticated access

The 'reauth' flow shows the boolean flag so the user could disable a bad token
by unchecking the boolean flag 'use_api_token'

* ♻️ Remove storage of flag 'use_api_token' in config entry

leaving it only to enable/disable the optional token in the config-flow

* ♻️ Adjust async_update_options

*  Add new price sensors with API token access

New price sensors added:
- Injection price: price of excess energy from self-consumption
- OMIE price: electricity price in the 'open' market
- MAG price: Temporal tax cost for gas compensation

*  Adapt tests to work with multiple sensors

* 🐛 Fix all integration sensors going unavailable

when any sensor lacks data for the current day (usually the 'OMIE price')

* Fix rebase

* Customize icons and display precision for new sensors

* Disable MAG Tax and OMIE price sensors by default

* Move logic to assign sensor unique ids to integration

* Move helper functions to helpers.py

* Fix sensor activation for API download
2023-12-18 21:06:02 +01:00
..
abode Update a* tests to use device & entity registry fixtures () 2023-11-09 20:46:20 +01:00
accuweather Deprecate weather.get_forecast () 2023-11-19 20:44:02 +01:00
acmeda Add type hints to integration tests (part 1) () 2023-02-09 16:09:13 +01:00
adax Add type hints to integration tests (a) () 2023-02-08 12:16:23 +01:00
adguard Include UUID in hassio discovery data () 2023-04-25 09:48:47 +02:00
advantage_air Replace aiohttp mock with patch in Advantage Air () 2023-12-08 15:15:57 -10:00
aemet Deprecate weather.get_forecast () 2023-11-19 20:44:02 +01:00
aftership Remove Aftership import issue when entry already exists () 2023-12-11 12:09:43 +01:00
agent_dvr Add missing mock in agent_dvr config flow tests () 2023-03-08 15:18:17 +00:00
air_quality Allow exposing any entity to the default conversation agent () 2023-05-03 09:45:54 -04:00
airly Add minor version to config entries () 2023-12-12 08:44:35 +01:00
airnow Add minor version to config entries () 2023-12-12 08:44:35 +01:00
airq Bump aioairq to 0.3.1 () 2023-11-29 08:43:48 +01:00
airthings Deduplicate constants E-Z () 2023-12-13 17:05:37 +01:00
airthings_ble Fix Airthings ble migration () 2023-09-14 12:51:06 +02:00
airtouch4 Add type hints to integration tests (a) () 2023-02-08 12:16:23 +01:00
airvisual Add minor version to config entries () 2023-12-12 08:44:35 +01:00
airvisual_pro Add minor version to config entries () 2023-12-12 08:44:35 +01:00
airzone Fix Airzone temperature range on new climate card () 2023-12-16 18:42:58 +01:00
airzone_cloud Add minor version to config entries () 2023-12-12 08:44:35 +01:00
aladdin_connect Add Diagnostic platform to Aladdin Connect () 2023-09-07 21:27:41 +02:00
alarm_control_panel Use real devices in alarm_control_panel device action tests () 2023-10-24 23:39:37 +02:00
alarmdecoder Enable Ruff PT006 () 2023-02-15 14:09:50 +01:00
alert Handle Alert exception on notification failure () 2023-08-04 14:08:49 +02:00
alexa Fix alexa calling not featured cover services () 2023-12-10 17:27:01 +01:00
amberelectric Use global CONF_API_TOKEN constant rather than defining our own () 2023-07-08 10:46:34 +02:00
ambiclimate Add type hints to integration tests (a) () 2023-02-08 12:16:23 +01:00
ambient_station Add minor version to config entries () 2023-12-12 08:44:35 +01:00
analytics Switch formatting from black to ruff-format () 2023-11-27 14:38:59 +01:00
android_ip_webcam
androidtv Limit AndroidTV screencap calls () 2023-07-24 19:58:11 +02:00
androidtv_remote Update zeroconf discovery to use IPAddress objects to avoid conversions () 2023-09-19 18:58:46 +02:00
anova Switch formatting from black to ruff-format () 2023-11-27 14:38:59 +01:00
anthemav Deduplicate constants E-Z () 2023-12-13 17:05:37 +01:00
aosmith Add sensor platform to A. O. Smith integration () 2023-12-13 00:52:15 +01:00
apache_kafka Add support for Python 3.12 () 2023-10-10 21:34:49 +02:00
apcupsd Replace apcaccess dependency with aioapcaccess in apcupsd () 2023-12-08 12:40:09 +01:00
api Remove rest api service call timeout () 2023-11-29 14:46:19 +01:00
api_streams
apple_tv Apple TV: Use replacement commands for deprecated ones () 2023-10-26 10:46:20 +02:00
application_credentials Assign specific error code for HomeAssistantError on websocket_api connection exceptions () 2023-11-29 13:07:52 +01:00
apprise Fix apprise tests for python 3.11 () 2023-02-14 15:25:25 -05:00
aprs Fix aprs tests with python 3.11 () 2023-02-15 13:03:48 -05:00
aranet Add support for Aranet2 devices () 2023-10-06 10:26:18 +02:00
arcam_fmj Use real devices in arcam_fmj device trigger tests () 2023-10-24 13:39:16 -05:00
aseko_pool_live Enable Ruff PT006 () 2023-02-15 14:09:50 +01:00
assist_pipeline Remove cloud details from assist pipeline () 2023-12-14 10:15:59 +01:00
asuswrt Fix AsusWrt invalid data type with tuple type () 2023-12-08 09:01:22 +01:00
atag Update a* tests to use device & entity registry fixtures () 2023-11-09 20:46:20 +01:00
august Update a* tests to use device & entity registry fixtures () 2023-11-09 20:46:20 +01:00
aurora Use automatic title during config flow setup in Aurora () 2023-09-26 20:00:23 +02:00
aurora_abb_powerone Add alarm sensor to Aurora ABB () 2023-12-02 23:04:37 +01:00
aussie_broadband Validate steps in Flowhandler () 2023-10-19 13:34:10 +02:00
auth Disable user profiles on login screen () 2023-12-14 20:28:08 +01:00
automation Remove logic converting empty or falsy YAML to empty dict () 2023-12-05 18:08:11 +01:00
awair Update a* tests to use device & entity registry fixtures () 2023-11-09 20:46:20 +01:00
aws Add type hints to integration tests (a) () 2023-02-08 12:16:23 +01:00
axis Add minor version to config entries () 2023-12-12 08:44:35 +01:00
azure_devops
azure_event_hub Ensure entry is unloaded in azure event hub tests () 2023-04-11 16:31:05 -10:00
backup Switch formatting from black to ruff-format () 2023-11-27 14:38:59 +01:00
baf Update zeroconf discovery to use IPAddress objects to avoid conversions () 2023-09-19 18:58:46 +02:00
balboa Add entity translations to Balboa () 2023-11-26 13:07:21 +01:00
bayesian Add type hints to integration tests (b-c) () 2023-02-08 18:08:43 +01:00
binary_sensor Update stale doc strings in entity platform tests () 2023-12-12 08:28:08 +01:00
blackbird Add type hints to integration tests (part 2) () 2023-02-10 16:05:26 +01:00
blebox Update a-c* tests to use entity & device registry fixtures () 2023-11-12 13:45:30 -05:00
blink Add minor version to config entries () 2023-12-12 08:44:35 +01:00
bluemaestro Add type hints to integration tests (b-c) () 2023-02-08 18:08:43 +01:00
blueprint Assign specific error code for HomeAssistantError on websocket_api connection exceptions () 2023-11-29 13:07:52 +01:00
bluetooth Refactor Bluetooth scanners to avoid the need to pass a callback () 2023-12-13 09:17:48 +01:00
bluetooth_adapters
bluetooth_le_tracker Fix bluetooth_le_tracker reporting devices Home when they leave () 2023-04-04 20:59:57 -04:00
bmw_connected_drive Bump bimmer-connected to 0.14.5 () 2023-11-29 18:11:04 +01:00
bond Use ServiceValidationError for invalid fan preset_mode and move check to fan entity component () 2023-11-29 13:56:51 +01:00
bosch_shc Update zeroconf discovery to use IPAddress objects to avoid conversions () 2023-09-19 18:58:46 +02:00
braviatv Deduplicate constants A-D () 2023-12-13 14:21:44 +01:00
broadlink Don't require passing identifiers to DeviceRegistry.async_get_device () 2023-07-13 13:39:25 -04:00
brother Bump brother library, use pysnmp-lextudio with SNMP integration () 2023-12-12 11:36:11 -10:00
brottsplatskartan Remove "none" in favor of optional select in brottsplatskartan () 2023-10-11 17:52:18 +02:00
brunt Add missing mock in brunt config flow tests () 2023-02-27 14:01:09 +01:00
bsblan Remove duplicate fixture from bsblan () 2023-11-27 21:35:13 +01:00
bthome Relocate Bluetooth manager to habluetooth library () 2023-12-11 15:42:00 -05:00
buienradar Add country code constant () 2023-12-13 16:50:46 +01:00
button Use real devices in button device action tests () 2023-10-24 23:39:47 +02:00
caldav Fix adding/updating todo items with due date in CalDAV integration () 2023-12-10 08:23:05 -08:00
calendar Deprecate calendar.list_events () 2023-11-19 07:12:43 -08:00
camera Add significant Change support for camera () 2023-12-18 14:40:55 +01:00
canary Don't require passing identifiers to DeviceRegistry.async_get_device () 2023-07-13 13:39:25 -04:00
cast Switch formatting from black to ruff-format () 2023-11-27 14:38:59 +01:00
cert_expiry Use freezegun in cert_expiry tests () 2023-12-07 21:55:37 +01:00
clicksend_tts Enable Ruff SIM118 () 2023-02-15 12:39:12 +01:00
climate Add name slot to HassClimateGetTemperature intent () 2023-12-12 22:54:15 -05:00
cloud Fix cloud tests doing socket I/O () 2023-12-17 01:23:56 +01:00
cloudflare Bump pycfdns from 2.0.1 to 3.0.0 () 2023-11-06 11:05:44 +01:00
co2signal Add minor version to config entries () 2023-12-12 08:44:35 +01:00
coinbase Add minor version to config entries () 2023-12-12 08:44:35 +01:00
color_extractor Only import color extractor when domain is in config () 2023-10-06 13:18:44 +02:00
comelit Switch formatting from black to ruff-format () 2023-11-27 14:38:59 +01:00
comfoconnect Add type hints to integration tests (part 4) () 2023-02-11 08:26:13 +01:00
command_line Remove platform YAML from Command line () 2023-11-04 16:17:31 +01:00
compensation Add optional limits to compensation sensors () 2023-06-26 14:36:59 -05:00
config Add minor version to config entries () 2023-12-12 08:44:35 +01:00
configurator
control4 Bump pyControl4 to 1.1.0 () 2023-03-23 17:34:38 +01:00
conversation Use area id for context instead of name () 2023-12-08 10:05:21 -06:00
coolmaster Add type hints to integration tests (b-c) () 2023-02-08 18:08:43 +01:00
counter Update a-c* tests to use entity & device registry fixtures () 2023-11-12 13:45:30 -05:00
cover Use real devices in cover device action tests () 2023-10-24 23:40:22 +02:00
cpuspeed Update a-c* tests to use entity & device registry fixtures () 2023-11-12 13:45:30 -05:00
crownstone Add type hints to integration tests (part 4) () 2023-02-11 08:26:13 +01:00
daikin Update d-e* tests to use entity & device registry fixtures () 2023-11-12 10:38:32 +01:00
datadog Ruff: isort don't split imports based on trailing comma () 2023-08-10 14:27:03 +02:00
date Add date platform () 2023-04-30 20:34:57 +02:00
datetime Python 3.10 support cleanups () 2023-08-21 19:14:07 +02:00
debugpy
deconz Add minor version to config entries () 2023-12-12 08:44:35 +01:00
default_config Add type hints for stub_blueprint_populate fixture () 2023-05-26 08:13:13 +02:00
deluge Add type hints to integration tests (part 4) () 2023-02-11 08:26:13 +01:00
demo Migrate demo test to use freezegun () 2023-12-13 14:33:59 +01:00
denonavr Switch formatting from black to ruff-format () 2023-11-27 14:38:59 +01:00
derivative Update d-e* tests to use entity & device registry fixtures () 2023-11-12 10:38:32 +01:00
devialet Add Devialet integration () 2023-11-28 13:56:17 +01:00
device_automation Improve validation of device automations () 2023-10-26 09:46:16 +02:00
device_sun_light_trigger Migrate device_sun_light_trigger tests to use freezegun () 2023-12-12 08:29:10 +01:00
device_tracker Remove device from known_devices upon import in ping device tracker () 2023-12-05 18:52:22 +01:00
devolo_home_control Add minor version to config entries () 2023-12-12 08:44:35 +01:00
devolo_home_network Add minor version to config entries () 2023-12-12 08:44:35 +01:00
dexcom Add entity translations to Dexcom () 2023-08-22 22:09:18 +02:00
dhcp Switch formatting from black to ruff-format () 2023-11-27 14:38:59 +01:00
diagnostics Inverse json import logic () 2023-02-16 11:37:57 +01:00
dialogflow Add type hints to integration tests (part 5) () 2023-02-12 19:39:48 +01:00
directv Migrate directv test to use freezegun () 2023-12-18 14:40:13 +01:00
discord
discovergy Explicit check for None in Discovergy entity if condition () 2023-12-07 19:47:14 +01:00
dlink Update d-e* tests to use entity & device registry fixtures () 2023-11-12 10:38:32 +01:00
dlna_dmr Improve dlna_dmr tests () 2023-10-28 14:53:34 +02:00
dlna_dms Guard expensive debug formatting with calls with isEnabledFor () 2023-07-23 10:54:25 +02:00
dnsip Import util.dt as dt_util in components/[a-d]* () 2023-05-30 00:02:06 +03:00
doorbird Update zeroconf discovery to use IPAddress objects to avoid conversions () 2023-09-19 18:58:46 +02:00
dormakaba_dkey Add reauth flow to dormakaba dkey () 2023-03-27 08:37:31 -10:00
dremel_3d_printer Update d-e* tests to use entity & device registry fixtures () 2023-11-12 10:38:32 +01:00
dsmr Remove CONF_PRECISION remainder from dsmr () 2023-12-03 11:53:09 +01:00
dsmr_reader Remove deprecated DSMR Reader YAML configuration () 2023-03-07 13:24:41 +01:00
dte_energy_bridge Add type hints to integration tests (d-e) () 2023-02-08 13:01:44 +01:00
duckdns Add type hints to integration tests (part 5) () 2023-02-12 19:39:48 +01:00
dunehd Add type hints to integration tests (d-e) () 2023-02-08 13:01:44 +01:00
duotecno Only allow a single duotecno config entry () 2023-10-23 10:58:11 +02:00
dwd_weather_warnings Remove platform YAML from DWD Weather Warnings () 2023-11-04 18:56:53 +01:00
dynalite Update d-e* tests to use entity & device registry fixtures () 2023-11-12 10:38:32 +01:00
eafm Add type hints to integration tests (part 5) () 2023-02-12 19:39:48 +01:00
easyenergy Add prices service calls for easyEnergy () 2023-12-18 09:37:59 +01:00
ecobee Switch formatting from black to ruff-format () 2023-11-27 14:38:59 +01:00
ecoforest Add ecoforest integration () 2023-09-21 15:18:55 +02:00
econet Remove async_setup from econet () 2023-06-01 12:18:54 +02:00
ecowitt
edl21 Remove EDL21 YAML configuration () 2023-05-26 08:38:44 +02:00
efergy Avoid mutating entity descriptions in efergy tests () 2023-12-14 12:48:15 +01:00
eight_sleep Remove eight_sleep integration () 2023-10-25 06:13:10 +02:00
electrasmart Switch formatting from black to ruff-format () 2023-11-27 14:38:59 +01:00
electric_kiwi Add unit tests for sensors Electric Kiwi () 2023-09-11 01:30:25 +02:00
elgato Add minor version to config entries () 2023-12-12 08:44:35 +01:00
elkm1 Switch formatting from black to ruff-format () 2023-11-27 14:38:59 +01:00
elmax Elmax/sensors improvements () 2023-04-25 15:40:46 +02:00
emonitor Add type hints to integration tests (d-e) () 2023-02-08 13:01:44 +01:00
emulated_hue Fix emulated_hue with None values () 2023-11-15 10:27:50 +01:00
emulated_kasa Allow exposing entities not in the entity registry to assistants () 2023-05-02 22:08:09 +02:00
emulated_roku Add type hints to integration tests (part 6) () 2023-02-13 09:45:11 +01:00
energy Initialize energy_state without price () 2023-12-08 17:46:08 +01:00
energyzero Add minor version to config entries () 2023-12-12 08:44:35 +01:00
enocean Update d-e* tests to use entity & device registry fixtures () 2023-11-12 10:38:32 +01:00
enphase_envoy Include Envoy firmware version in Enphase diagnostics () 2023-12-14 13:59:39 -05:00
environment_canada Deduplicate constants E-Z () 2023-12-13 17:05:37 +01:00
epson Rename variable in Epson tests () 2023-11-29 15:22:21 +01:00
escea
esphome Refactor ESPHome Bluetooth connection logic to prepare for esphome-bleak () 2023-12-17 04:42:28 -10:00
eufylife_ble Add type hints to integration tests (d-e) () 2023-02-08 13:01:44 +01:00
event Revert "Cache entity properties that are never expected to change in the base class" () 2023-09-15 11:25:24 +02:00
everlights Add return type to tests without arguments () 2023-02-07 14:20:06 +01:00
evil_genius_labs Switch formatting from black to ruff-format () 2023-11-27 14:38:59 +01:00
ezviz Add type hints to tests () 2023-05-04 11:25:35 +02:00
faa_delays Bump faadelays to 2023.8.0 () 2023-09-24 00:06:49 +02:00
facebook Add type hints to integration tests (part 6) () 2023-02-13 09:45:11 +01:00
facebox Allow exposing any entity to the default conversation agent () 2023-05-03 09:45:54 -04:00
fail2ban Add type hints to integration tests (f-g) () 2023-02-08 13:33:52 +01:00
fan Use ServiceValidationError for invalid fan preset_mode and move check to fan entity component () 2023-11-29 13:56:51 +01:00
fastdotcom Add Fast.com Device Info () 2023-12-12 10:41:00 +01:00
feedreader Use storage helper in feedreader () 2023-08-21 18:21:34 +02:00
ffmpeg Fix asyncio DeprecationWarning [3.12] () 2023-08-25 12:27:23 +02:00
fibaro Update f-g* tests to use entity & device registry fixtures () 2023-11-12 13:07:38 +01:00
fido Add type hints to integration tests (part 6) () 2023-02-13 09:45:11 +01:00
file Migrate file test to use freezegun () 2023-12-17 05:09:10 -10:00
file_upload Add type hints to integration tests (part 6) () 2023-02-13 09:45:11 +01:00
filesize Fix flaky filesize tests () 2023-04-11 08:57:34 +02:00
filter Update f-g* tests to use entity & device registry fixtures () 2023-11-12 13:07:38 +01:00
fireservicerota Add type hints to integration tests (f-g) () 2023-02-08 13:33:52 +01:00
firmata Correct SerialException import in dsmr, firmata, landysgyr_heat_meater and rfxtrx integrations () 2023-12-02 19:30:04 +01:00
fitbit Fix fitbit oauth reauth debug logging () 2023-12-10 23:09:58 +01:00
fivem
fjaraskupan Bump bluetooth deps for bleak 0.20 () 2023-03-20 12:06:15 +01:00
flexit_bacnet Add Flexit bacnet integration () 2023-11-30 16:50:13 +01:00
flic Update f-g* tests to use entity & device registry fixtures () 2023-11-12 13:07:38 +01:00
flick_electric Add type hints to integration tests (f-g) () 2023-02-08 13:33:52 +01:00
flipr Move flipr coordinator to its own file () 2023-09-16 11:19:49 +02:00
flo Import util.dt as dt_util in components/[e-f]* () 2023-05-30 00:00:11 +03:00
flume Add type hints to integration tests (f-g) () 2023-02-08 13:33:52 +01:00
flux Remove unnnecessary pylint configs from components [e-l]* () 2023-08-25 09:46:34 +02:00
flux_led Deduplicate constants E-Z () 2023-12-13 17:05:37 +01:00
folder Add type hints to integration tests (f-g) () 2023-02-08 13:33:52 +01:00
folder_watcher Add type hints to integration tests (f-g) () 2023-02-08 13:33:52 +01:00
foobot Add type hints to integration tests (f-g) () 2023-02-08 13:33:52 +01:00
forecast_solar Add minor version to config entries () 2023-12-12 08:44:35 +01:00
forked_daapd Update zeroconf discovery to use IPAddress objects to avoid conversions () 2023-09-19 18:58:46 +02:00
foscam Add type hints to integration tests (f-g) () 2023-02-08 13:33:52 +01:00
freebox Fix Freebox Home alarm & improve platform tests () 2023-11-20 15:01:18 +01:00
freedns Add type hints to integration tests (f-g) () 2023-02-08 13:33:52 +01:00
freedompro Update f-g* tests to use entity & device registry fixtures () 2023-11-12 13:07:38 +01:00
fritz Switch formatting from black to ruff-format () 2023-11-27 14:38:59 +01:00
fritzbox Assign specific error code for HomeAssistantError on websocket_api connection exceptions () 2023-11-29 13:07:52 +01:00
fritzbox_callmonitor
fronius Add textual representation entities for Fronius status codes () 2023-11-27 13:59:25 +01:00
frontend Don't load themes in safe mode () 2023-10-24 23:00:14 +02:00
frontier_silicon Deduplicate constants E-Z () 2023-12-13 17:05:37 +01:00
fully_kiosk Fix Fully Kiosk Browser MQTT event callbacks with non-standard event topics () 2023-12-14 18:59:37 +01:00
garages_amsterdam Enable Ruff PT006 () 2023-02-15 14:09:50 +01:00
gardena_bluetooth Add minor version to config entries () 2023-12-12 08:44:35 +01:00
gdacs Migrate GDACS to has entity name () 2023-11-30 08:22:16 +01:00
generic Bump aiohttp to 3.9.1 () 2023-11-29 16:13:54 +01:00
generic_hygrostat Update f-g* tests to use entity & device registry fixtures () 2023-11-12 13:07:38 +01:00
generic_thermostat Update f-g* tests to use entity & device registry fixtures () 2023-11-12 13:07:38 +01:00
geo_json_events Remove platform YAML from GeoJSON () 2023-11-06 01:15:49 +01:00
geo_location Add type hints for stub_blueprint_populate fixture () 2023-05-26 08:13:13 +02:00
geo_rss_events Add type hints to integration tests (part 7) () 2023-02-13 09:53:09 +01:00
geocaching
geofency Update f-g* tests to use entity & device registry fixtures () 2023-11-12 13:07:38 +01:00
geonetnz_quakes Migrate geonetnz_* tests to use freezegun () 2023-12-12 08:30:08 +01:00
geonetnz_volcano Migrate geonetnz_* tests to use freezegun () 2023-12-12 08:30:08 +01:00
gios Add minor version to config entries () 2023-12-12 08:44:35 +01:00
github Deduplicate constants A-D () 2023-12-13 14:21:44 +01:00
glances Update f-g* tests to use entity & device registry fixtures () 2023-11-12 13:07:38 +01:00
goalzero Update f-g* tests to use entity & device registry fixtures () 2023-11-12 13:07:38 +01:00
gogogate2 Update zeroconf discovery to use IPAddress objects to avoid conversions () 2023-09-19 18:58:46 +02:00
goodwe Fix goodwe tests () 2023-12-13 14:52:44 +01:00
google Fix CI test_invalid_rrule_fix test by freezing the time () 2023-12-08 14:35:01 +01:00
google_assistant Add minor version to config entries () 2023-12-12 08:44:35 +01:00
google_assistant_sdk Switch formatting from black to ruff-format () 2023-11-27 14:38:59 +01:00
google_domains Add type hints to integration tests (f-g) () 2023-02-08 13:33:52 +01:00
google_generative_ai_conversation Adjust google_generative_ai_conversation tests which create devices () 2023-08-10 18:23:13 +02:00
google_mail Update f-g* tests to use entity & device registry fixtures () 2023-11-12 13:07:38 +01:00
google_pubsub Add slots to core EventBus () 2023-07-05 11:47:24 -05:00
google_sheets Catch Google Sheets api error () 2023-06-02 16:18:58 -04:00
google_tasks Add due date and description to Google Tasks () 2023-11-29 22:37:43 +01:00
google_translate Automatically convert TTS audio to MP3 on demand () 2023-11-06 15:26:00 -05:00
google_travel_time Deduplicate constants E-Z () 2023-12-13 17:05:37 +01:00
google_wifi Move overlapping pylint rules to ruff, disable mypy overlap () 2023-06-27 17:42:46 +02:00
govee_ble Relocate Bluetooth manager to habluetooth library () 2023-12-11 15:42:00 -05:00
gpslogger Update f-g* tests to use entity & device registry fixtures () 2023-11-12 13:07:38 +01:00
graphite Enable Ruff PT006 () 2023-02-15 14:09:50 +01:00
gree Migrate gree tests to use freezegun () 2023-12-09 10:19:42 +01:00
greeneye_monitor
group Assign specific error code for HomeAssistantError on websocket_api connection exceptions () 2023-11-29 13:07:52 +01:00
growatt_server Add type hints to integration tests (f-g) () 2023-02-08 13:33:52 +01:00
guardian Add minor version to config entries () 2023-12-12 08:44:35 +01:00
habitica Update service call return values and error handling () 2023-06-16 07:01:40 -07:00
hardkernel Minor improvement in tests of hardware integrations () 2023-08-30 21:11:52 +02:00
hardware Add freezer to known test fixtures in pylint () 2023-03-16 22:39:41 -04:00
harmony Use issue registry fixture () 2023-12-13 11:23:38 +01:00
hassio Add minor version to config entries () 2023-12-12 08:44:35 +01:00
hddtemp Add type hints to integration tests (part 8) () 2023-02-13 11:13:48 +01:00
hdmi_cec Update Ruff to v0.0.247 () 2023-02-15 16:46:03 -05:00
heos Update h* tests to use entity & device registry fixtures () 2023-11-12 13:52:32 -05:00
here_travel_time Use freezegun in here_travel_time tests () 2023-08-25 09:02:25 -05:00
hisense_aehw4a1 Add type hints to integration tests (h-i) () 2023-02-08 18:12:56 +01:00
history Remove unnnecessary pylint configs from components [e-l]* () 2023-08-25 09:46:34 +02:00
history_stats Update h* tests to use entity & device registry fixtures () 2023-11-12 13:52:32 -05:00
hive Add type hints to integration tests (h-i) () 2023-02-08 18:12:56 +01:00
hlk_sw16 Add type hints to integration tests (h-i) () 2023-02-08 18:12:56 +01:00
holiday Add Holiday integration () 2023-12-03 16:28:53 +01:00
home_connect Add type hints to integration tests (part 9) () 2023-02-13 12:06:51 +01:00
home_plus_control Python 3.10 support cleanups () 2023-08-21 19:14:07 +02:00
homeassistant Migrate homeassistant component tests to use freezegun () 2023-12-08 21:18:09 +01:00
homeassistant_alerts Replace assert_lists_same with pytest_unordered in integrations h-m () 2023-06-20 20:16:25 +02:00
homeassistant_green Add documentation URL for the Home Assistant Green () 2023-10-02 14:30:33 +02:00
homeassistant_hardware Bump ZHA dependencies () 2023-11-29 11:30:15 +01:00
homeassistant_sky_connect Bump ZHA dependencies () 2023-11-29 11:30:15 +01:00
homeassistant_yellow Bump ZHA dependencies () 2023-11-29 11:30:15 +01:00
homekit Switch formatting from black to ruff-format () 2023-11-27 14:38:59 +01:00
homekit_controller Migrate homekit_controller tests to use freezegun () 2023-12-13 19:37:51 +01:00
homematic Add type hints to integration tests (h-i) () 2023-02-08 18:12:56 +01:00
homematicip_cloud Migrate homematicip_cloud tests to use freezegun () 2023-12-12 20:51:32 +01:00
homewizard Add minor version to config entries () 2023-12-12 08:44:35 +01:00
honeywell Update h* tests to use entity & device registry fixtures () 2023-11-12 13:52:32 -05:00
html5 Add type hints to integration tests (h-i) () 2023-02-08 18:12:56 +01:00
http Remove HomeAssistantAccessLogger () 2023-11-29 10:40:19 -07:00
huawei_lte Add Huawei LTE network mode select () 2023-12-06 14:23:26 +02:00
hue Add minor version to config entries () 2023-12-12 08:44:35 +01:00
huisbaasje Correct total state_class of huisbaasje sensors () 2023-10-29 09:17:57 +01:00
humidifier Use real devices in humidifier device action tests () 2023-10-24 23:39:14 +02:00
hunterdouglas_powerview Update zeroconf discovery to use IPAddress objects to avoid conversions () 2023-09-19 18:58:46 +02:00
hvv_departures Add type hints to integration tests (h-i) () 2023-02-08 18:12:56 +01:00
hydrawise Migrate Hydrawise to an async client library () 2023-11-16 00:59:37 +01:00
hyperion Update h* tests to use entity & device registry fixtures () 2023-11-12 13:52:32 -05:00
ialarm Add type hints to integration tests (part 11) () 2023-02-13 14:22:49 +01:00
iaqualink Switch formatting from black to ruff-format () 2023-11-27 14:38:59 +01:00
ibeacon Update i-j* tests to use entity & device registry fixtures () 2023-11-13 11:51:55 +01:00
icloud Add type hints to integration tests (part 11) () 2023-02-13 14:22:49 +01:00
idasen_desk Add height sensor to Idasen Desk integration () 2023-11-20 08:07:29 +01:00
ifttt Add type hints to integration tests (h-i) () 2023-02-08 18:12:56 +01:00
ign_sismologia Use datetime.UTC alias [3.11] () 2023-07-22 17:05:11 -05:00
image Improve content type handling in ImageEntity () 2023-06-27 15:28:49 +02:00
image_processing Replace deprecated aiohttp_unused_port fixture () 2023-08-02 20:30:13 +02:00
image_upload Import util.dt as dt_util in components/[g-i]* () 2023-05-30 00:01:00 +03:00
imap Fix imap does not decode text body correctly () 2023-11-19 20:15:02 +01:00
improv_ble Abort Improv via BLE bluetooth flow if device is provisioned () 2023-10-24 19:14:23 -05:00
influxdb Ruff: isort don't split imports based on trailing comma () 2023-08-10 14:27:03 +02:00
inkbird Add type hints to integration tests (h-i) () 2023-02-08 18:12:56 +01:00
input_boolean Update i-j* tests to use entity & device registry fixtures () 2023-11-13 11:51:55 +01:00
input_button Update i-j* tests to use entity & device registry fixtures () 2023-11-13 11:51:55 +01:00
input_datetime Update i-j* tests to use entity & device registry fixtures () 2023-11-13 11:51:55 +01:00
input_number Update i-j* tests to use entity & device registry fixtures () 2023-11-13 11:51:55 +01:00
input_select Assign specific error code for HomeAssistantError on websocket_api connection exceptions () 2023-11-29 13:07:52 +01:00
input_text Update i-j* tests to use entity & device registry fixtures () 2023-11-13 11:51:55 +01:00
insteon Switch formatting from black to ruff-format () 2023-11-27 14:38:59 +01:00
integration Update i-j* tests to use entity & device registry fixtures () 2023-11-13 11:51:55 +01:00
intellifire
intent Update i-j* tests to use entity & device registry fixtures () 2023-11-13 11:51:55 +01:00
intent_script Use action response in intent_script speech template () 2023-10-20 10:23:02 -04:00
ios Replace mock_coro with AsyncMock () 2023-08-25 22:54:55 +02:00
iotawatt Use freezegun in iotawatt tests () 2023-08-25 09:03:29 -05:00
ipma Deprecate weather.get_forecast () 2023-11-19 20:44:02 +01:00
ipp Update i-j* tests to use entity & device registry fixtures () 2023-11-13 11:51:55 +01:00
iqvia Add minor version to config entries () 2023-12-12 08:44:35 +01:00
islamic_prayer_times Use iso8601 format when fetching prayer times () 2023-11-25 14:05:08 +01:00
iss Remove incorrect constant usage in test () 2023-04-11 10:00:17 +02:00
isy994 Remove previously deprecated ISY994 YAML support () 2023-04-17 15:37:19 -10:00
izone Add type hints to integration tests (part 12) () 2023-02-13 13:03:51 +01:00
jellyfin Update i-j* tests to use entity & device registry fixtures () 2023-11-13 11:51:55 +01:00
jewish_calendar Update i-j* tests to use entity & device registry fixtures () 2023-11-13 11:51:55 +01:00
juicenet Add type hints to integration tests (j-m) () 2023-02-08 19:06:59 +01:00
justnimbus Enable Ruff PT006 () 2023-02-15 14:09:50 +01:00
jvc_projector Update i-j* tests to use entity & device registry fixtures () 2023-11-13 11:51:55 +01:00
kaleidescape Update k-l* tests to use entity & device registry fixtures () 2023-11-13 20:02:33 +01:00
keenetic_ndms2
kegtron Fix kegtron state class for volume sensors () 2023-02-12 21:22:21 +01:00
keymitt_ble Fix keymitt_ble RuntimeWarning () 2023-08-04 09:34:04 +02:00
kira Fix lingering timer in kira tests () 2023-05-04 11:28:05 +02:00
kitchen_sink Add minor version to config entries () 2023-12-12 08:44:35 +01:00
kmtronic Await block till done inside patched config entry in tests () 2023-03-10 06:42:53 -10:00
knx Deduplicate constants E-Z () 2023-12-13 17:05:37 +01:00
kodi Use real devices in kodi device trigger tests () 2023-10-24 21:58:06 +02:00
konnected Add type hints to integration tests (part 12) () 2023-02-13 13:03:51 +01:00
kostal_plenticore Add minor version to config entries () 2023-12-12 08:44:35 +01:00
kraken Update k-l* tests to use entity & device registry fixtures () 2023-11-13 20:02:33 +01:00
kulersky Return 'None' for light attributes when off instead of removing them () 2023-10-19 01:08:08 +02:00
lacrosse_view Add minor version to config entries () 2023-12-12 08:44:35 +01:00
lametric Update k-l* tests to use entity & device registry fixtures () 2023-11-13 20:02:33 +01:00
landisgyr_heat_meter Correct SerialException import in dsmr, firmata, landysgyr_heat_meater and rfxtrx integrations () 2023-12-02 19:30:04 +01:00
lastfm Remove platform YAML from LastFM () 2023-11-04 19:24:34 +01:00
launch_library Remove incorrect constant usage in test () 2023-04-11 10:00:17 +02:00
laundrify Add type hints to integration tests (part 13) () 2023-02-13 14:38:37 +01:00
lawn_mower Add lawnmower entity () 2023-08-21 12:19:55 +02:00
lcn Update k-l* tests to use entity & device registry fixtures () 2023-11-13 20:02:33 +01:00
ld2410_ble Bump bluetooth deps for bleak 0.20 () 2023-03-20 12:06:15 +01:00
led_ble Bump bluetooth deps for bleak 0.20 () 2023-03-20 12:06:15 +01:00
lg_soundbar Add type hints to integration tests (j-m) () 2023-02-08 19:06:59 +01:00
lidarr Update k-l* tests to use entity & device registry fixtures () 2023-11-13 20:02:33 +01:00
life360 Fix Life360 reauthorization config flow () 2023-08-29 16:38:11 +02:00
lifx Update k-l* tests to use entity & device registry fixtures () 2023-11-13 20:02:33 +01:00
light Add temperature to the light color mode parameter fallbacks () 2023-12-01 08:26:07 +01:00
linear_garage_door Switch formatting from black to ruff-format () 2023-11-27 14:38:59 +01:00
litejet Update k-l* tests to use entity & device registry fixtures () 2023-11-13 20:02:33 +01:00
litterrobot Update k-l* tests to use entity & device registry fixtures () 2023-11-13 20:02:33 +01:00
livisi Deduplicate constants E-Z () 2023-12-13 17:05:37 +01:00
local_calendar Improve local calendar based on local todo review feedback () 2023-11-12 00:14:08 +01:00
local_file Clean up unnecessary registry mocks from integration tests () 2023-02-09 10:43:45 +01:00
local_ip Relocate async_get_announce_addresses from zeroconf to network () 2023-06-21 11:29:04 +02:00
local_todo Rename todo due_date_time parameter to due_datetime () 2023-11-29 13:11:15 +01:00
locative Add type hints to integration tests (part 13) () 2023-02-13 14:38:37 +01:00
lock Use mocked entity platform for lock service tests () 2023-12-12 15:49:01 +01:00
logbook Fix flakey logbook tests () 2023-12-06 08:15:48 +01:00
logentries Add slots to core EventBus () 2023-07-05 11:47:24 -05:00
logger Support toggling debug logging for custom components () 2023-03-27 09:40:58 -10:00
logi_circle Replace mock_coro with AsyncMock () 2023-08-25 22:54:55 +02:00
london_air Add type hints to integration tests (part 13) () 2023-02-13 14:38:37 +01:00
london_underground Add test to london underground () 2023-09-21 10:44:32 +02:00
lookin Update zeroconf discovery to use IPAddress objects to avoid conversions () 2023-09-19 18:58:46 +02:00
loqed Make setup more resilient by raising ConfigNEntryNotReady on failure () 2023-10-08 19:00:06 +02:00
lovelace Remove logic converting empty or falsy YAML to empty dict () 2023-12-05 18:08:11 +01:00
luftdaten Update k-l* tests to use entity & device registry fixtures () 2023-11-13 20:02:33 +01:00
lutron_caseta Switch formatting from black to ruff-format () 2023-11-27 14:38:59 +01:00
lyric Add type hints to integration tests (part 14) () 2023-02-15 10:31:43 +01:00
mailbox Fix mailbox PytestCollectionWarning () 2023-08-04 12:31:32 +02:00
mailgun Add type hints to integration tests (part 14) () 2023-02-15 10:31:43 +01:00
manual Remove setup_platform for demo () 2023-10-15 23:12:41 +02:00
manual_mqtt Make sure MQTT client is available when starting depending platforms () 2023-04-20 08:07:35 +02:00
marytts Automatically convert TTS audio to MP3 on demand () 2023-11-06 15:26:00 -05:00
matrix Fix resolving Matrix room aliases () 2023-10-23 10:35:41 +02:00
matter Remove workaround for default lock code in Matter () 2023-12-08 11:46:27 +01:00
maxcube Update m* tests to use entity & device registry fixtures () 2023-11-15 10:33:11 +01:00
mazda Remove Mazda integration () 2023-10-12 13:13:44 +02:00
meater Add type hints to integration tests (part 14) () 2023-02-15 10:31:43 +01:00
medcom_ble Add Medcom Bluetooth integration () 2023-09-26 13:41:34 -05:00
media_extractor Correct youtube stream selector in media extractor () 2023-09-29 19:09:18 +02:00
media_player Add volume_step property to MediaPlayerEntity () 2023-12-13 17:26:34 +01:00
media_source Rename Local Media to My Media () 2023-06-08 15:56:49 +02:00
melcloud Add MELCloud token refresh upon firmware upgrade () 2023-12-02 23:07:06 +01:00
melissa Add type hints to integration tests (j-m) () 2023-02-08 19:06:59 +01:00
melnor Python 3.10 support cleanups () 2023-08-21 19:14:07 +02:00
meraki Add type hints to integration tests (part 14) () 2023-02-15 10:31:43 +01:00
met Update m* tests to use entity & device registry fixtures () 2023-11-15 10:33:11 +01:00
met_eireann Deprecate weather.get_forecast () 2023-11-19 20:44:02 +01:00
meteo_france Modernize meteo_france weather () 2023-08-24 13:44:43 +02:00
meteoclimatic Add type hints to integration tests (part 14) () 2023-02-15 10:31:43 +01:00
metoffice Deprecate weather.get_forecast () 2023-11-19 20:44:02 +01:00
mfi Add type hints to integration tests (part 14) () 2023-02-15 10:31:43 +01:00
microsoft Automatically convert TTS audio to MP3 on demand () 2023-11-06 15:26:00 -05:00
microsoft_face Allow exposing any entity to the default conversation agent () 2023-05-03 09:45:54 -04:00
microsoft_face_detect Allow exposing any entity to the default conversation agent () 2023-05-03 09:45:54 -04:00
microsoft_face_identify Allow exposing any entity to the default conversation agent () 2023-05-03 09:45:54 -04:00
mikrotik Update m* tests to use entity & device registry fixtures () 2023-11-15 10:33:11 +01:00
mill Switch formatting from black to ruff-format () 2023-11-27 14:38:59 +01:00
min_max Update m* tests to use entity & device registry fixtures () 2023-11-15 10:33:11 +01:00
minecraft_server Make API init async in Minecraft Server () 2023-12-09 21:15:48 -08:00
minio Add type hints to integration tests (part 14) () 2023-02-15 10:31:43 +01:00
mjpeg Remove incorrect constant usage in test () 2023-04-11 10:00:17 +02:00
moat Move overlapping pylint rules to ruff, disable mypy overlap () 2023-06-27 17:42:46 +02:00
mobile_app Update m* tests to use entity & device registry fixtures () 2023-11-15 10:33:11 +01:00
mochad Enable Ruff PT006 () 2023-02-15 14:09:50 +01:00
modbus Add Modbus fan speed support () 2023-12-07 08:19:03 +01:00
modem_callerid Add type hints to integration tests (part 15) () 2023-02-15 10:00:49 +01:00
modern_forms Update m* tests to use entity & device registry fixtures () 2023-11-15 10:33:11 +01:00
moehlenhoff_alpha2
mold_indicator Add type hints to integration tests (j-m) () 2023-02-08 19:06:59 +01:00
monoprice Update m* tests to use entity & device registry fixtures () 2023-11-15 10:33:11 +01:00
moon Update m* tests to use entity & device registry fixtures () 2023-11-15 10:33:11 +01:00
mopeka Bump mopeka_iot_ble to 0.4.1 () 2023-02-23 20:52:31 -05:00
motion_blinds Motion Blinds DHCP restrict () 2023-03-01 16:16:04 +01:00
motioneye Update m* tests to use entity & device registry fixtures () 2023-11-15 10:33:11 +01:00
mqtt Fix mqtt tests modifying globals () 2023-12-15 08:15:10 +01:00
mqtt_eventstream Reduce overhead to fire events () 2023-06-24 14:39:13 -05:00
mqtt_json Make sure MQTT client is available when starting depending platforms () 2023-04-20 08:07:35 +02:00
mqtt_room Update m* tests to use entity & device registry fixtures () 2023-11-15 10:33:11 +01:00
mqtt_statestream Add note for using xfail on test for mqtt_statestream () 2023-04-25 22:49:47 +02:00
mullvad Add type hints to integration tests (m-p) () 2023-02-08 07:48:54 -08:00
mutesync Enable Ruff PT006 () 2023-02-15 14:09:50 +01:00
my Add type hints to integration tests (m-p) () 2023-02-08 07:48:54 -08:00
myq Remove MyQ Integration () 2023-11-07 14:11:54 +01:00
mysensors Deduplicate constants A-D () 2023-12-13 14:21:44 +01:00
mystrom Remove platform yaml from myStrom () 2023-11-04 16:41:59 +01:00
mythicbeastsdns Add type hints to integration tests (m-p) () 2023-02-08 07:48:54 -08:00
nam Update m* tests to use entity & device registry fixtures () 2023-11-15 10:33:11 +01:00
namecheapdns Add type hints to integration tests (m-p) () 2023-02-08 07:48:54 -08:00
nanoleaf Update zeroconf discovery to use IPAddress objects to avoid conversions () 2023-09-19 18:58:46 +02:00
neato Add type hints to integration tests (part 15) () 2023-02-15 10:00:49 +01:00
ness_alarm Fix ness alarm armed_home state appearing as disarmed/armed_away () 2023-08-16 13:56:52 +02:00
nest Improve OAuth error handling in configuration flows () 2023-11-11 11:02:51 +01:00
netatmo Fix unreachable Netatmo sensor returning false values () 2023-12-18 13:57:34 +01:00
netgear Netgear catch no info error () 2023-09-13 15:32:03 +02:00
network Relocate async_get_announce_addresses from zeroconf to network () 2023-06-21 11:29:04 +02:00
nexia Use snapshot assertion for nexia diagnostics test () 2023-09-13 15:00:29 -05:00
nextbus Deduplicate constants E-Z () 2023-12-13 17:05:37 +01:00
nextcloud Remove nextcloud YAML configuration () 2023-05-29 20:33:29 +02:00
nextdns Deduplicate constants E-Z () 2023-12-13 17:05:37 +01:00
nfandroidtv Add type hints to integration tests (m-p) () 2023-02-08 07:48:54 -08:00
nibe_heatpump Extend climate tests for nibe heatpump () 2023-11-08 12:40:28 +01:00
nightscout Add type hints to integration tests (m-p) () 2023-02-08 07:48:54 -08:00
nina Add filter for affected areas in NINA warnings () 2023-08-22 22:23:34 +02:00
nmap_tracker
no_ip Add type hints to integration tests (m-p) () 2023-02-08 07:48:54 -08:00
nobo_hub
notify Support notification_id in notify.persistent_notification () 2023-06-25 22:25:58 -04:00
notify_events Add type hints to integration tests (m-p) () 2023-02-08 07:48:54 -08:00
notion Add minor version to config entries () 2023-12-12 08:44:35 +01:00
nsw_fuel_station Add type hints to integration tests (part 16) () 2023-02-15 10:50:02 +01:00
nsw_rural_fire_service_feed Use datetime.UTC alias [3.11] () 2023-07-22 17:05:11 -05:00
nuheat Add type hints to integration tests (m-p) () 2023-02-08 07:48:54 -08:00
nuki Add type hints to integration tests (m-p) () 2023-02-08 07:48:54 -08:00
numato Add type hints to integration tests (part 16) () 2023-02-15 10:50:02 +01:00
number Use real devices in number device action tests () 2023-10-24 23:26:12 +02:00
nut Update nut sensor tests to use parametrize () 2023-11-09 19:01:07 +01:00
nws Deprecate weather.get_forecast () 2023-11-19 20:44:02 +01:00
nx584 Add type hints to integration tests (part 16) () 2023-02-15 10:50:02 +01:00
nzbget Remove NZBGet configurable scan interval () 2023-09-13 14:15:40 +02:00
obihai Remove obihai YAMl configuration () 2023-05-26 08:41:21 +02:00
octoprint Migrate octoprint tests to use freezegun () 2023-12-11 10:42:16 +01:00
omnilogic Add type hints to integration tests (m-p) () 2023-02-08 07:48:54 -08:00
onboarding Switch formatting from black to ruff-format () 2023-11-27 14:38:59 +01:00
oncue Enable Ruff PT006 () 2023-02-15 14:09:50 +01:00
ondilo_ico Add type hints to integration tests (part 16) () 2023-02-15 10:50:02 +01:00
onewire Add serial_number to device registry entries () 2023-10-22 15:14:44 +02:00
onvif Add minor version to config entries () 2023-12-12 08:44:35 +01:00
open_meteo Update open-meteo to v0.3.1 () 2023-11-07 22:54:56 +01:00
openai_conversation Bump openai end switch from dall-e-2 to dall-e-3 () 2023-12-11 09:47:26 -05:00
openalpr_cloud Upgrade ruff to 0.0.285 () 2023-08-19 08:17:17 -04:00
openerz Add type hints to integration tests (m-p) () 2023-02-08 07:48:54 -08:00
openexchangerates
opengarage
openhardwaremonitor Add type hints to integration tests (part 16) () 2023-02-15 10:50:02 +01:00
openhome Add Update Entity for Linn devices () 2023-06-28 16:06:24 -04:00
opensky Bump python-opensky to 0.2.1 () 2023-10-22 22:00:14 +02:00
opentherm_gw Switch formatting from black to ruff-format () 2023-11-27 14:38:59 +01:00
openuv Add minor version to config entries () 2023-12-12 08:44:35 +01:00
openweathermap Deduplicate constants E-Z () 2023-12-13 17:05:37 +01:00
opnsense Add type hints to integration tests (part 16) () 2023-02-15 10:50:02 +01:00
opower Opower MFA fixes () 2023-08-31 06:36:07 +02:00
oralb Relocate Bluetooth manager to habluetooth library () 2023-12-11 15:42:00 -05:00
osoenergy Add OSO Energy integration () 2023-12-08 08:51:59 +01:00
otbr Switch formatting from black to ruff-format () 2023-11-27 14:38:59 +01:00
ourgroceries Fix update of uncategorized OurGroceries items () 2023-12-07 22:11:08 +01:00
overkiz Add local API support to Overkiz integration (Somfy TaHoma Developer Mode) () 2023-11-22 16:53:17 +01:00
ovo_energy
owntracks Replace mock_coro with AsyncMock () 2023-08-25 22:54:55 +02:00
p1_monitor Update p1monitor lib to v3.0.0 () 2023-11-23 07:53:50 +01:00
panasonic_viera Add type hints to integration tests (part 16) () 2023-02-15 10:50:02 +01:00
panel_custom Allow integrations to register custom config panels () 2023-07-18 11:35:44 +02:00
panel_iframe Allow integrations to register custom config panels () 2023-07-18 11:35:44 +02:00
peco Disable config flow progress in peco config flow () 2023-12-07 13:25:23 +01:00
pegel_online Ruff: isort don't split imports based on trailing comma () 2023-08-10 14:27:03 +02:00
permobil Add Mypermobil integration () 2023-11-24 10:40:59 +01:00
persistent_notification Add persistent_notification.dismiss_all service call () 2023-06-22 14:27:18 +02:00
person Disable user profiles on login screen () 2023-12-14 20:28:08 +01:00
philips_js Add minor version to config entries () 2023-12-12 08:44:35 +01:00
pi_hole Add minor version to config entries () 2023-12-12 08:44:35 +01:00
picnic Add country code constant () 2023-12-13 16:50:46 +01:00
pilight Reduce overhead to fire events () 2023-06-24 14:39:13 -05:00
ping Remove device from known_devices upon import in ping device tracker () 2023-12-05 18:52:22 +01:00
pjlink Import util.dt as dt_util in components/[p-s]* () 2023-05-30 00:09:42 +03:00
plaato Add type hints to integration tests (part 17) () 2023-02-15 11:14:04 +01:00
plant Add type hints to integration tests (part 17) () 2023-02-15 11:14:04 +01:00
plex Partly migrate Plex to has entity name () 2023-12-15 08:56:26 +01:00
plugwise Bump plugwise to v0.35.3 () 2023-12-11 10:29:50 +01:00
plum_lightpad Add type hints to integration tests (part 17) () 2023-02-15 11:14:04 +01:00
point Add type hints to integration tests (part 17) () 2023-02-15 11:14:04 +01:00
poolsense Remove incorrect constant usage in test () 2023-04-11 10:00:17 +02:00
powerwall Add entity translations to Powerwall () 2023-08-22 21:58:57 +02:00
private_ble_device Bump bluetooth libraries () 2023-12-12 08:31:23 +01:00
profiler Bump lru-dict to 1.3.0 () 2023-12-18 00:16:31 +01:00
progettihwsw Add type hints to integration tests (m-p) () 2023-02-08 07:48:54 -08:00
prometheus Handle attributes set to None in prometheus () 2023-11-20 19:53:25 +01:00
prosegur Migrate Prosegur to has entity name () 2023-08-22 23:09:18 +02:00
proximity Fix proximity entity id () 2023-10-29 10:43:57 +01:00
prusalink Python 3.10 support cleanups () 2023-08-21 19:14:07 +02:00
ps4 Add minor version to config entries () 2023-12-12 08:44:35 +01:00
pure_energie Update zeroconf discovery to use IPAddress objects to avoid conversions () 2023-09-19 18:58:46 +02:00
purpleair Add minor version to config entries () 2023-12-12 08:44:35 +01:00
push Add type hints to integration tests (m-p) () 2023-02-08 07:48:54 -08:00
pushbullet Refactor deprecated RESULT_TYPE_* () 2023-07-30 19:27:30 +02:00
pushover Remove issue from pushover () 2023-05-06 16:49:34 +02:00
pvoutput Small cleanup in conftest mocks of PVOutput () 2023-11-08 01:09:44 +01:00
pvpc_hourly_pricing Add new price sensors with API token access to pvpc hourly pricing () 2023-12-18 21:06:02 +01:00
python_script Switch formatting from black to ruff-format () 2023-11-27 14:38:59 +01:00
qbittorrent Remove platform YAML qBittorrent () 2023-10-02 09:00:09 +02:00
qingping Relocate Bluetooth manager to habluetooth library () 2023-12-11 15:42:00 -05:00
qld_bushfire Use datetime.UTC alias [3.11] () 2023-07-22 17:05:11 -05:00
qnap Remove platform YAML from Qnap () 2023-11-04 17:59:12 +01:00
qnap_qsw Add entity translations to QNAP QSW () 2023-08-30 11:20:15 +02:00
qwikswitch Add type hints to integration tests (part 17) () 2023-02-15 11:14:04 +01:00
rachio Update zeroconf discovery to use IPAddress objects to avoid conversions () 2023-09-19 18:58:46 +02:00
radarr Add calendar entity to Radarr () 2023-12-05 07:51:51 -08:00
radio_browser
radiotherm Remove platform yaml radiotherm () 2023-03-25 12:43:44 -10:00
rainbird Fix bug in rainbird device ids that are int serial numbers () 2023-11-30 06:11:38 +01:00
rainforest_eagle Add entity translations to Rainforest eagle () 2023-07-11 14:24:33 -04:00
rainmachine Add minor version to config entries () 2023-12-12 08:44:35 +01:00
random Add config flow to random () 2023-10-25 13:01:27 +02:00
rapt_ble Add type hints to tests () 2023-05-04 11:25:35 +02:00
raspberry_pi Minor improvement in tests of hardware integrations () 2023-08-30 21:11:52 +02:00
rdw Update vehicle to 2.2.0 () 2023-11-06 23:31:54 +01:00
recollect_waste Add minor version to config entries () 2023-12-12 08:44:35 +01:00
recorder Switch formatting from black to ruff-format () 2023-11-27 14:38:59 +01:00
recovery_mode Rename the safe_mode integration to recovery_mode () 2023-10-24 09:11:14 +02:00
reddit Add type hints to integration tests (q-s) () 2023-02-08 08:12:54 -08:00
remember_the_milk Add typing to tests with single hass argument () 2023-02-07 15:01:16 +01:00
remote Add significant Change support for remote () 2023-11-30 17:09:06 +01:00
renault Fix issue clearing renault schedules () 2023-12-14 12:54:03 +01:00
renson Refactor deprecated RESULT_TYPE_* () 2023-07-30 19:27:30 +02:00
reolink Reolink change ir to switch () 2023-12-18 11:13:20 +01:00
repairs Add minor version to config entries () 2023-12-12 08:44:35 +01:00
rest Accept HTTP 200 through 206 as success for RESTful Switch () 2023-12-09 12:45:33 -10:00
rest_command Add reload to rest_command integration () 2023-09-28 16:28:38 +02:00
rflink Speed up single entity/response service calls () 2023-07-17 09:33:13 +02:00
rfxtrx Correct SerialException import in dsmr, firmata, landysgyr_heat_meater and rfxtrx integrations () 2023-12-02 19:30:04 +01:00
rhasspy
ridwell Add minor version to config entries () 2023-12-12 08:44:35 +01:00
ring Add diagnostics platform to ring integration () 2023-11-16 14:36:15 +01:00
risco Switch formatting from black to ruff-format () 2023-11-27 14:38:59 +01:00
rituals_perfume_genie Add diagnostic support to Rituals Perfume Genie () 2023-06-12 11:33:47 +02:00
rmvtransport Add type hints to integration tests (q-s) () 2023-02-08 08:12:54 -08:00
roborock Switch formatting from black to ruff-format () 2023-11-27 14:38:59 +01:00
roku Migrate roku tests to use freezegun () 2023-12-09 12:47:19 -10:00
roomba Update zeroconf discovery to use IPAddress objects to avoid conversions () 2023-09-19 18:58:46 +02:00
roon Add type hints to integration tests (q-s) () 2023-02-08 08:12:54 -08:00
rpi_power Add type hints to integration tests (q-s) () 2023-02-08 08:12:54 -08:00
rss_feed_template Add type hints to integration tests (part 18) () 2023-02-17 18:45:48 +01:00
rtsp_to_webrtc Allow exposing any entity to the default conversation agent () 2023-05-03 09:45:54 -04:00
ruckus_unleashed Address ruckus_unleashed late review () 2023-09-10 18:49:17 +02:00
ruuvi_gateway Enable Ruff PT006 () 2023-02-15 14:09:50 +01:00
ruuvitag_ble Add type hints to integration tests (part 18) () 2023-02-17 18:45:48 +01:00
rympro Add type hints to integration tests (part 18) () 2023-02-17 18:45:48 +01:00
sabnzbd Fix lingering timer in sabnzbd () 2023-05-04 12:19:40 +02:00
samsungtv Add minor version to config entries () 2023-12-12 08:44:35 +01:00
scene Add type hints to integration tests (part 19) () 2023-02-15 18:07:40 +01:00
schedule Require a list of entity ids when fetching history () 2023-04-08 16:14:44 -10:00
schlage Add reauth support to Schlage () 2023-11-16 08:47:13 +01:00
scrape Remove NONE_SENTINEL in favor of optional select in scrape () 2023-10-11 17:41:31 +02:00
screenlogic Add minor version to config entries () 2023-12-12 08:44:35 +01:00
script Use real devices in automation and script tests () 2023-10-25 16:09:39 +02:00
search Improve typing of entity.entity_sources () 2023-09-12 20:41:26 +02:00
season Remove incorrect constant usage in test () 2023-04-11 10:00:17 +02:00
select Use real devices in select device trigger tests () 2023-10-25 06:13:00 +02:00
sense Add type hints to integration tests (part 19) () 2023-02-15 18:07:40 +01:00
sensibo Add error translations for Sensibo () 2023-12-13 19:40:57 +01:00
sensirion_ble Add type hints to integration tests (part 19) () 2023-02-15 18:07:40 +01:00
sensor Update stale doc strings in entity platform tests () 2023-12-12 08:28:08 +01:00
sensorpro Add type hints to integration tests (q-s) () 2023-02-08 08:12:54 -08:00
sensorpush Relocate Bluetooth manager to habluetooth library () 2023-12-11 15:42:00 -05:00
sentry Make get_channel available as generic helper () 2023-10-10 14:02:32 +02:00
senz Add type hints to integration tests (part 19) () 2023-02-15 18:07:40 +01:00
seventeentrack Add type hints to integration tests (q-s) () 2023-02-08 08:12:54 -08:00
sfr_box Add serial_number to device registry entries () 2023-10-22 15:14:44 +02:00
sharkiq Don't require passing identifiers to DeviceRegistry.async_get_device () 2023-07-13 13:39:25 -04:00
shell_command Only handle shell commands output when return_response requested () 2023-08-10 18:11:15 +02:00
shelly Use issue registry fixture () 2023-12-13 11:23:38 +01:00
shopping_list Add websocket todo/item/subscribe for subscribing to changes to todo list items () 2023-11-28 08:27:51 +01:00
sia Fix lingering timers in sia tests () 2023-04-17 10:36:13 +02:00
sigfox Add type hints to integration tests (q-s) () 2023-02-08 08:12:54 -08:00
sighthound Allow exposing any entity to the default conversation agent () 2023-05-03 09:45:54 -04:00
signal_messenger
simplepush
simplisafe Add minor version to config entries () 2023-12-12 08:44:35 +01:00
simulated Add type hints to integration tests (q-s) () 2023-02-08 08:12:54 -08:00
siren Require a list of entity ids when fetching history () 2023-04-08 16:14:44 -10:00
skybell Add binary sensor tests to Skybell () 2023-11-22 18:56:50 +01:00
slack Add Slack thread/reply support () 2023-09-21 11:06:55 +02:00
sleepiq Bump asyncsleepiq lib to 1.3.3 () 2023-04-20 12:01:49 -10:00
slimproto
sma SMA add missing entity descriptions () 2023-10-06 09:13:39 +02:00
smappee Switch formatting from black to ruff-format () 2023-11-27 14:38:59 +01:00
smart_meter_texas Add type hints to integration tests (part 20) () 2023-02-15 15:23:34 +01:00
smartthings Support for more features on smartthings AC () 2023-11-22 20:00:28 +01:00
smarttub Handle smarttub sensor values being None () 2023-11-06 04:11:50 +01:00
smhi Deprecate weather.get_forecast () 2023-11-19 20:44:02 +01:00
smtp Raise on smtp notification if attachment is not allowed () 2023-12-04 11:48:29 +01:00
snapcast Remove platform YAML from Snapcast () 2023-10-02 08:59:06 +02:00
snips Fix mqtt not available when starting snips () 2023-04-30 17:35:24 +02:00
snmp Bump brother library, use pysnmp-lextudio with SNMP integration () 2023-12-12 11:36:11 -10:00
snooz Ensure config entries are unloaded in tests () 2023-04-22 21:26:07 +02:00
solaredge Avoid mutating entity descriptions in solaredge tests () 2023-12-15 08:10:35 +01:00
solarlog Add type hints to integration tests (part 20) () 2023-02-15 15:23:34 +01:00
solax Add type hints to integration tests (q-s) () 2023-02-08 08:12:54 -08:00
soma Add type hints to integration tests (q-s) () 2023-02-08 08:12:54 -08:00
somfy_mylink Add type hints to integration tests (part 20) () 2023-02-15 15:23:34 +01:00
sonarr Migrate sonarr tests to use freezegun () 2023-12-11 10:47:51 +01:00
songpal Fix songpal test_setup_failed test () 2023-07-02 16:32:43 +02:00
sonos Switch formatting from black to ruff-format () 2023-11-27 14:38:59 +01:00
soundtouch Update zeroconf discovery to use IPAddress objects to avoid conversions () 2023-09-19 18:58:46 +02:00
spaceapi Replace mock_coro with AsyncMock () 2023-08-25 22:54:55 +02:00
spc Replace mock_coro with AsyncMock () 2023-08-25 22:54:55 +02:00
speedtestdotnet Test speedtest.net config entry lifecycle () 2023-09-13 12:40:26 +02:00
spider Add type hints to integration tests (part 21) () 2023-02-16 11:15:26 +01:00
spotify Update zeroconf discovery to use IPAddress objects to avoid conversions () 2023-09-19 18:58:46 +02:00
sql Add rollback on exception that needs rollback in SQL () 2023-12-08 21:13:37 +01:00
squeezebox Add support for accessing Squeezebox over over https () 2023-12-08 15:51:19 +01:00
srp_energy Allow multiple configs for srp energy () 2023-12-14 11:07:13 +01:00
ssdp Change SSDP discovery scan interval to 10 minutes () 2023-09-09 10:54:40 -04:00
starline Update ruff to v0.0.280 () 2023-07-23 22:00:26 +02:00
starlink Add Starlink device tracker () 2023-08-19 11:36:23 +02:00
startca Don't create certain start.ca sensors for unlimited plans () 2023-08-16 20:20:14 +02:00
statistics Add circular mean to statistics integration () 2023-10-07 13:51:27 +02:00
statsd Add slots to core EventBus () 2023-07-05 11:47:24 -05:00
steam_online Don't require passing identifiers to DeviceRegistry.async_get_device () 2023-07-13 13:39:25 -04:00
steamist Don't require passing identifiers to DeviceRegistry.async_get_device () 2023-07-13 13:39:25 -04:00
stookalert Remove incorrect constant usage in test () 2023-04-11 10:00:17 +02:00
stookwijzer Remove incorrect constant usage in test () 2023-04-11 10:00:17 +02:00
stream Use dataclasses instead of attrs in stream () 2023-09-30 09:46:30 +02:00
stt Standardize spelling of TTS and STT () 2023-05-31 11:00:19 -04:00
subaru Deduplicate constants A-D () 2023-12-13 14:21:44 +01:00
suez_water Reduce code duplication in Suez config flow () 2023-12-13 10:41:35 +01:00
sun Add rising sensor to sun () 2023-10-10 21:12:43 +02:00
sunweg Avoid mutating entity descriptions in sunweg () 2023-12-18 10:03:40 -10:00
surepetcare Enable Ruff B007 () 2023-02-17 21:08:18 -05:00
switch Use real devices in switch device action tests () 2023-10-24 23:43:30 +02:00
switch_as_x Adjust switch_as_x tests which create devices () 2023-08-10 18:24:39 +02:00
switchbee Switch formatting from black to ruff-format () 2023-11-27 14:38:59 +01:00
switchbot Add entity name translations to Switchbot () 2023-04-03 10:10:30 -04:00
switchbot_cloud Add Climate to switchbot cloud integration () 2023-10-24 23:46:00 -05:00
switcher_kis Add minor version to config entries () 2023-12-12 08:44:35 +01:00
syncthing Add type hints to integration tests (q-s) () 2023-02-08 08:12:54 -08:00
syncthru Replace mock_coro with AsyncMock () 2023-08-25 22:54:55 +02:00
synology_dsm Validate steps in Flowhandler () 2023-10-19 13:34:10 +02:00
system_bridge Switch formatting from black to ruff-format () 2023-11-27 14:38:59 +01:00
system_health Add type hints to integration tests (part 21) () 2023-02-16 11:15:26 +01:00
system_log Avoid calling extract_stack in system_log since it does blocking I/O () 2023-09-21 09:48:41 +02:00
tado Update zeroconf discovery to use IPAddress objects to avoid conversions () 2023-09-19 18:58:46 +02:00
tag Migrate tag & tts tests to use freezegun () 2023-12-11 09:09:23 +01:00
tailscale Update tailscale to 0.6.0 () 2023-11-06 11:12:33 +01:00
tailwind Add DHCP discovery to Tailwind () 2023-12-18 15:52:48 +01:00
tami4 Add Tami4 Integration () 2023-10-12 13:15:25 +02:00
tankerkoenig Add type hints to integration tests (part 21) () 2023-02-16 11:15:26 +01:00
tasmota Bump hatasmota to 0.8.0 () 2023-12-10 23:16:06 +01:00
tautulli Refactor deprecated RESULT_TYPE_* () 2023-07-30 19:27:30 +02:00
tcp Add type hints to integration tests (part 22) () 2023-02-16 14:08:03 +01:00
telegram Add type hints to integration tests (t-z) () 2023-02-08 19:10:53 +01:00
telegram_bot Add secret_token support to telegram_bot component () 2023-10-02 11:44:15 +02:00
tellduslive Update ruff to v0.0.280 () 2023-07-23 22:00:26 +02:00
temper Add basic tests for temper USB temperature sensor integration () 2023-03-28 16:50:59 +02:00
template Migrate template tests to use freezegun () 2023-12-09 09:47:28 +01:00
tesla_wall_connector Add type hints to integration tests (part 22) () 2023-02-16 14:08:03 +01:00
tessie Implement Review Feedback for Tessie () 2023-12-17 15:33:26 -10:00
text Use real devices in text device action tests () 2023-10-25 06:11:06 +02:00
thermobeacon Add type hints to integration tests (t-z) () 2023-02-08 19:10:53 +01:00
thermopro Add type hints to integration tests (t-z) () 2023-02-08 19:10:53 +01:00
thread Update zeroconf discovery to use IPAddress objects to avoid conversions () 2023-09-19 18:58:46 +02:00
threshold Adjust threshold tests which create devices () 2023-08-10 18:24:36 +02:00
tibber Avoid returning statistics columns that the metadata knows are impossible () 2023-04-30 20:46:26 +02:00
tile Use snapshot assertion in Tile diagnostic test () 2023-08-24 17:11:24 +02:00
tilt_ble Add type hints to integration tests (part 22) () 2023-02-16 14:08:03 +01:00
time Add time platform () 2023-04-30 22:33:51 +02:00
time_date Migrate time_date tests to use freezegun () 2023-12-09 21:35:52 +01:00
timer Change duration for timer.start service to only change running duration () 2023-09-25 08:57:02 +02:00
tod Fix DST handling in TOD () 2023-11-10 07:25:25 -06:00
todo Set todo item status in intent () 2023-12-14 22:53:22 +01:00
todoist Exclude Todoist sub-tasks for the todo platform () 2023-12-04 20:37:09 +01:00
tolo Fix tolo test warning () 2023-09-03 19:58:01 -05:00
tomato Increase Tomato request timeout () 2023-11-19 23:49:40 +01:00
tomorrowio Deprecate weather.get_forecast () 2023-11-19 20:44:02 +01:00
toon Add type hints to integration tests (part 23) () 2023-02-17 16:40:46 +01:00
totalconnect Speed up single entity/response service calls () 2023-07-17 09:33:13 +02:00
tplink Incease tplink setup timeout () 2023-11-09 01:13:11 +01:00
tplink_omada Save previous unique id in entity registry when it changes () 2023-10-16 21:26:19 -10:00
traccar Remove extra from traccar webhook () 2023-11-03 17:44:48 +01:00
trace Add ServiceValidationError and translation support () 2023-11-06 15:45:04 +01:00
tractive Add type hints to integration tests (t-z) () 2023-02-08 19:10:53 +01:00
tradfri Update zeroconf discovery to use IPAddress objects to avoid conversions () 2023-09-19 18:58:46 +02:00
trafikverket_camera Deduplicate constants E-Z () 2023-12-13 17:05:37 +01:00
trafikverket_ferry Use freezegun in trafikverket_ferry tests () 2023-08-25 09:02:07 -05:00
trafikverket_train New api endpoint for Trafikverket Weather () 2023-11-19 10:41:48 +01:00
trafikverket_weatherstation Add reauth flow to Trafikverket Weatherstation () 2023-11-15 13:15:31 +01:00
transmission Remove scan_interval from transmission () 2023-10-24 14:17:46 +02:00
transport_nsw Ruff: isort don't split imports based on trailing comma () 2023-08-10 14:27:03 +02:00
trend Modernize and cleanup trend tests () 2023-12-06 18:46:35 +01:00
tts Migrate tag & tts tests to use freezegun () 2023-12-11 09:09:23 +01:00
tuya Deduplicate constants E-Z () 2023-12-13 17:05:37 +01:00
twentemilieu Add minor version to config entries () 2023-12-12 08:44:35 +01:00
twilio Add type hints to integration tests (t-z) () 2023-02-08 19:10:53 +01:00
twinkly Deduplicate constants E-Z () 2023-12-13 17:05:37 +01:00
twitch Add config flow to Twitch () 2023-09-27 15:45:52 +02:00
uk_transport Add type hints to integration tests (t-z) () 2023-02-08 19:10:53 +01:00
ukraine_alarm
unifi Add Unifi device state for additional diagnostics () 2023-12-16 08:38:21 +01:00
unifi_direct Add type hints to integration tests (part 23) () 2023-02-17 16:40:46 +01:00
unifiprotect Use zoneinfo instead of pytz, mark pytz as banned in ruff () 2023-08-18 19:10:29 +02:00
universal Add active_child_template to universal media player () 2023-06-28 16:36:18 +02:00
upb Use asyncio.timeout [s-z] () 2023-08-15 14:34:18 +02:00
upcloud Refactor deprecated RESULT_TYPE_* () 2023-07-30 19:27:30 +02:00
update Use real devices in update device trigger tests () 2023-10-24 22:42:44 +02:00
upnp Switch formatting from black to ruff-format () 2023-11-27 14:38:59 +01:00
uptime Add minor version to config entries () 2023-12-12 08:44:35 +01:00
uptimerobot Use freezegun in uptimerobot tests () 2023-08-25 09:05:44 -05:00
usb Switch formatting from black to ruff-format () 2023-11-27 14:38:59 +01:00
usgs_earthquakes_feed Use datetime.UTC alias [3.11] () 2023-07-22 17:05:11 -05:00
utility_meter Use freezegun in utility_meter tests () 2023-12-06 14:43:26 +01:00
uvc Python 3.10 support cleanups () 2023-08-21 19:14:07 +02:00
v2c Address late V2C review comments () 2023-11-12 12:04:10 +01:00
vacuum Update stale doc strings in entity platform tests () 2023-12-12 08:28:08 +01:00
vallox Use ServiceValidationError for invalid fan preset_mode and move check to fan entity component () 2023-11-29 13:56:51 +01:00
valve Add Valve integration () 2023-12-18 19:48:00 +01:00
velbus Don't require passing identifiers to DeviceRegistry.async_get_device () 2023-07-13 13:39:25 -04:00
venstar Correct Venstar firmware version to use device's FW version instead of API version () 2023-09-13 08:35:59 +02:00
vera Enable Ruff PT006 () 2023-02-15 14:09:50 +01:00
verisure Remove Verisure default lock code () 2023-08-14 13:43:08 +02:00
version Use freezegun in version tests () 2023-08-25 09:01:48 -05:00
vesync Add serial_number to device registry entries () 2023-10-22 15:14:44 +02:00
vicare Add minor version to config entries () 2023-12-12 08:44:35 +01:00
vilfo Switch formatting from black to ruff-format () 2023-11-27 14:38:59 +01:00
vizio Update zeroconf discovery to use IPAddress objects to avoid conversions () 2023-09-19 18:58:46 +02:00
vlc_telnet Switch formatting from black to ruff-format () 2023-11-27 14:38:59 +01:00
vodafone_station Switch formatting from black to ruff-format () 2023-11-27 14:38:59 +01:00
voicerss Automatically convert TTS audio to MP3 on demand () 2023-11-06 15:26:00 -05:00
voip Skip TTS when text is empty () 2023-11-30 01:31:27 +01:00
volumio Update zeroconf discovery to use IPAddress objects to avoid conversions () 2023-09-19 18:58:46 +02:00
volvooncall Remove Volvooncall integration yaml import () 2023-03-26 09:42:38 +02:00
vulcan Add support for Python 3.12 () 2023-10-10 21:34:49 +02:00
vultr Add type hints to integration tests (part 24) () 2023-02-17 16:34:53 +01:00
wake_on_lan Fix unit tests for wake_on_lan () 2023-07-31 21:16:58 +02:00
wake_word Dynamic wake word loading for Wyoming () 2023-10-11 10:21:32 -07:00
wallbox Wallbox Change Minimum Value Charging Current () 2023-11-26 20:40:27 +01:00
waqi Switch formatting from black to ruff-format () 2023-11-27 14:38:59 +01:00
water_heater Use real devices in water_heater device action tests () 2023-10-24 23:25:14 +02:00
watttime Deduplicate constants E-Z () 2023-12-13 17:05:37 +01:00
waze_travel_time Exchange WazeRouteCalculator with pywaze in waze_travel_time () 2023-08-14 10:02:30 +02:00
weather Add significant Change support for weather () 2023-12-05 19:17:52 +01:00
weatherflow Add WeatherFlow integration () 2023-09-27 17:28:05 +02:00
weatherkit Increase frequency of weatherkit updates () 2023-12-05 09:45:26 -10:00
webhook Ensure webhooks take HA cloud into account () 2023-08-06 23:23:52 -04:00
webostv Add minor version to config entries () 2023-12-12 08:44:35 +01:00
websocket_api Assign specific error code for HomeAssistantError on websocket_api connection exceptions () 2023-11-29 13:07:52 +01:00
wemo Use real devices in wemo device trigger tests () 2023-10-24 22:44:50 +02:00
whirlpool Python 3.10 support cleanups () 2023-08-21 19:14:07 +02:00
whois Add minor version to config entries () 2023-12-12 08:44:35 +01:00
wiffi Add missing mock in wiffi tests () 2023-05-15 11:15:19 +02:00
wilight
withings Switch formatting from black to ruff-format () 2023-11-27 14:38:59 +01:00
wiz Use snapshot assertion for wiz diagnostics test () 2023-09-26 20:03:22 +02:00
wled Add serial_number to device registry entries () 2023-10-22 15:14:44 +02:00
wolflink Add type hints to integration tests (t-z) () 2023-02-08 19:10:53 +01:00
workday Deduplicate constants A-D () 2023-12-13 14:21:44 +01:00
worldclock Add type hints to integration tests (part 25) () 2023-02-17 16:52:28 +01:00
ws66i Use freezegun in ws66i tests () 2023-08-25 09:00:50 -05:00
wsdot Add type hints to integration tests (part 25) () 2023-02-17 16:52:28 +01:00
wyoming Rename "satellite enabled" to "mute" () 2023-12-13 09:09:22 +01:00
xbox Remove Xbox YAML configuration () 2023-06-06 08:22:12 +02:00
xiaomi Add type hints to integration tests (part 25) () 2023-02-17 16:52:28 +01:00
xiaomi_aqara Update zeroconf discovery to use IPAddress objects to avoid conversions () 2023-09-19 18:58:46 +02:00
xiaomi_ble Relocate Bluetooth manager to habluetooth library () 2023-12-11 15:42:00 -05:00
xiaomi_miio Deduplicate constants E-Z () 2023-12-13 17:05:37 +01:00
yale_smart_alarm Add coordinator test for Yale Smart Living () 2023-08-24 11:44:04 +02:00
yalexs_ble Fix yalex_ble test RuntimeWarning () 2023-08-03 12:55:18 -10:00
yamaha Improve yamaha tests () 2023-12-05 07:17:56 -10:00
yamaha_musiccast Switch formatting from black to ruff-format () 2023-11-27 14:38:59 +01:00
yandex_transport Add type hints to integration tests (part 25) () 2023-02-17 16:52:28 +01:00
yandextts Automatically convert TTS audio to MP3 on demand () 2023-11-06 15:26:00 -05:00
yardian Add missing __init__.py file in yardian test folder () 2023-09-14 09:04:12 +02:00
yeelight Switch formatting from black to ruff-format () 2023-11-27 14:38:59 +01:00
yolink Don't require passing identifiers to DeviceRegistry.async_get_device () 2023-07-13 13:39:25 -04:00
youless Remove incorrect constant usage in test () 2023-04-11 10:00:17 +02:00
youtube Abort YouTube configuration if user doesn't have subscriptions () 2023-08-29 09:36:27 +02:00
zamg Enable Ruff PT006 () 2023-02-15 14:09:50 +01:00
zeroconf Remove HaAsyncServiceBrowser from zeroconf () 2023-12-18 14:11:06 +01:00
zerproc Return 'None' for light attributes when off instead of removing them () 2023-10-19 01:08:08 +02:00
zeversolar Enable Ruff PT006 () 2023-02-15 14:09:50 +01:00
zha Bump ZHA dependencies () 2023-12-13 17:06:46 +01:00
zodiac Add config flow for zodiac () 2023-06-30 12:58:07 +02:00
zone Add type hints for stub_blueprint_populate fixture () 2023-05-26 08:13:13 +02:00
zwave_js Remove zwave_js device on device reset () 2023-12-09 23:33:31 +01:00
zwave_me Update zeroconf discovery to use IPAddress objects to avoid conversions () 2023-09-19 18:58:46 +02:00
__init__.py
conftest.py Avoid ffmpeg subprocess for many component tests () 2023-12-09 19:41:37 +01:00