core/homeassistant/components
ehendrix23 3d4ff74761 Add available property to DirecTV (#18168)
* Enhancements for DirecTV media player

Following enhancements have been made:

1. Added debug logging
2. Added ability to change channel using select_source service of the remote platform.
3. State will now show paused if a recorded program is paused, for live TV playing will always be returned.
4. Added the following attributes:
    a. media_position: current position of the media (in seconds)
    b. media_position_updated_at: timestamp when media_position was updated.
   c. source: current source (channel).
   d. media_isbeingrecorded: if current media is being recorded or not.
   e. media_rating: TV/Movie rating of the media
   f. media_recorded: if current media is recorded or live TV
   g. media_starttime: Timestamp media was aired

Reordered properties to follow same order as how they are in __init__.py of remote platform.

* Fixed error and cleaned up few items

Fixed an issue when determining if a program is recorded or not.
Cleaned up some coding.

* Fix issue in checking if DTV device is already configured

If a DTV device was configured before, then discovery would add this device again seperately if the name specified in the configuration is different from the name on the DTV.

This issue is fixed now. Part of the fix also ensure to allow multiple "primary" devices on the network to be discovered.
Further also added debug logging to the setup_platform.

* Further improvements

Some additional improvements related to handling the DATA_DIRECTV in hass.data.

* Fixed flake8 issue

Fixed flake8 issue

* Added available property

Added available property

* Updated to use get_locations()

Replaced doing the request for getLocations with the get_locations() API from DirectPy instead.

* Fix for checking if device is available

Fix for checking if device is available and small update to debug log message.

* Fixed lint issue

Fixed lint issue with unused variable by adding ingore for it as this is for a enumerate

* Updated try/except and removed available

Updated tr/except having the except by the statement we're doing except on.
Removed available, will be a different PR.

* Add available property

Add the available property to the entiry.
2018-11-05 16:19:03 +01:00
..
ads More pylint 2 fixes (#15565) 2018-07-20 11:45:20 +03:00
alarm_control_panel Restore manual alarm-control-panel state using async_get_last_state (#17521) 2018-10-25 12:21:20 +02:00
alexa Report correct thermostat mode to Alexa (#18053) 2018-10-31 16:09:13 +01:00
auth Update translations 2018-11-03 13:47:36 +01:00
automation Webhook names (#18206) 2018-11-05 09:23:58 +01:00
axis Axis - prepare for config entry (#17566) 2018-10-29 06:52:30 +01:00
binary_sensor Remove FFmpeg input tests (#18131) 2018-11-03 12:36:22 +01:00
blink Bump blinkpy version to 0.10.1 (#17595) 2018-10-18 21:30:46 +02:00
bmw_connected_drive Enable BMW component to be unit system aware (#17197) 2018-10-11 10:55:22 +02:00
calendar Narrow scope of various pylint inline disables (#15364) 2018-10-10 12:17:11 +02:00
camera Remove FFmpeg input tests (#18131) 2018-11-03 12:36:22 +01:00
cast Update translations 2018-10-26 10:18:10 +02:00
climate Adding climate.velbus support (#18100) 2018-11-02 14:43:17 +01:00
cloud Cloud conf (#18216) 2018-11-05 13:21:03 +01:00
config Add group foundation (#16935) 2018-10-08 16:35:38 +02:00
conversation rewrite hangouts to use intents instead of commands (#16220) 2018-08-28 00:20:12 +02:00
counter Fix counter restore. (#17101) 2018-10-03 23:12:21 +02:00
cover Always save current position if payload is numeric value (#16148) 2018-11-01 20:09:43 +01:00
deconz Update translations 2018-11-03 13:47:36 +01:00
device_tracker Add Traccar device tracker (#18200) 2018-11-05 09:28:02 +01:00
dialogflow Webhook names (#18206) 2018-11-05 09:23:58 +01:00
elkm1 Pass hass_config to load_platform (#17952) 2018-10-29 19:21:21 +01:00
emulated_hue block external IP (#17248) 2018-10-08 20:50:24 +02:00
fan Bump python-miio version (#18095) 2018-11-01 17:53:48 +01:00
frontend Bump frontend to 20181103.1 2018-11-03 19:18:20 +01:00
geo_location Upgrade georss_client to 0.4 (#18088) 2018-11-01 16:32:21 +01:00
google_assistant Corrected fan device type in google assistant to fan (#17792) 2018-10-28 14:53:47 +01:00
group Add optional "all" parameter for groups (#17179) 2018-10-09 10:14:55 +02:00
habitica Minor updates (#17436) 2018-10-14 17:11:39 +02:00
hangouts add service to reconnect the bot (#18142) 2018-11-05 13:14:22 +01:00
hassio Bugfix discovery (delete/mqtt) call for Hass.io (#18159) 2018-11-04 12:19:04 +01:00
homekit Turn off not cancellable scripts automatically HomeKit (#17793) 2018-11-05 11:11:26 +01:00
homekit_controller Narrow scope of various pylint inline disables (#15364) 2018-10-10 12:17:11 +02:00
homematic Update pyhomematic to 0.1.51 (#17491) 2018-10-15 21:15:26 +02:00
homematicip_cloud Update translations 2018-11-03 13:47:36 +01:00
http Allow creating signed urls (#17759) 2018-10-25 16:44:57 +02:00
hue Update translations 2018-10-26 10:18:10 +02:00
ifttt Webhook names (#18206) 2018-11-05 09:23:58 +01:00
ihc Async syntax 8/8 (#17022) 2018-10-01 08:52:42 +02:00
image_processing Handle TensorFlow like OpenCV (#18185) 2018-11-04 15:15:14 +01:00
insteon Bump insteonplm version to 0.15.0 (#17384) 2018-10-13 10:33:34 +02:00
ios Update translations 2018-10-26 10:18:10 +02:00
lifx Update translations 2018-10-26 10:18:10 +02:00
light Bump python-miio version (#18095) 2018-11-01 17:53:48 +01:00
lock Set available property (#17706) 2018-10-23 14:09:08 +02:00
lovelace Fix typos and update docstrings (#18137) 2018-11-03 10:24:02 +01:00
mailbox Add Call Data Log platform. Mailboxes no longer require media (#16579) 2018-09-21 11:55:12 +02:00
mailgun Webhook names (#18206) 2018-11-05 09:23:58 +01:00
media_player Add available property to DirecTV (#18168) 2018-11-05 16:19:03 +01:00
mqtt Bugfix discovery (delete/mqtt) call for Hass.io (#18159) 2018-11-04 12:19:04 +01:00
mysensors Refactor mysensors message handling (#17214) 2018-11-04 21:08:27 +01:00
nest Change cv.string to [cv.string] (#18050) 2018-10-31 12:52:21 +01:00
notify Implemented tplink_lte components and notify service via SMS (#17111) 2018-11-05 02:09:29 +01:00
onboarding Added support for private storage. (#16878) 2018-09-26 10:24:32 +02:00
opentherm_gw Add opentherm_gw services (#17762) 2018-10-31 12:33:43 +01:00
openuv Fixes an issue with OpenUV config import failing (#17831) 2018-10-27 11:07:08 -06:00
persistent_notification Add time created to persistent notifications. (#17121) 2018-10-04 10:24:14 +02:00
rainmachine Use async_create_task (#15633) 2018-07-23 14:05:38 +02:00
recorder Upgrade sqlalchemy to 1.2.13 (#18084) 2018-11-01 13:25:45 +01:00
remember_the_milk More pylint 2 fixes (#15565) 2018-07-20 11:45:20 +03:00
remote Bump python-miio version (#18095) 2018-11-01 17:53:48 +01:00
scene deCONZ - retry if setup fails (#17772) 2018-10-31 22:38:04 +01:00
sensor Removes melissa sensors (they should be state attributes as implemented in #18201) (#18214) 2018-11-05 16:10:30 +01:00
simplisafe Update translations 2018-10-30 11:35:40 +01:00
smhi Update translations 2018-10-30 11:35:40 +01:00
sonos Update translations 2018-10-30 11:35:40 +01:00
switch Don't create a switch for POE device if said device is Cloud key (#18117) 2018-11-02 21:09:16 +01:00
system_log Async syntax 8/8 (#17022) 2018-10-01 08:52:42 +02:00
telegram_bot Fixes Telegram webhooks (#17554) 2018-10-28 19:39:23 +01:00
tibber Tibber component and notify (#17062) 2018-10-04 09:29:49 +02:00
timer Remove service helper (4) (#16892) 2018-09-26 18:02:05 +02:00
tradfri Update translations 2018-11-03 13:47:36 +01:00
tts Add Mexican Spanish language (#17735) 2018-10-24 22:56:14 +02:00
twilio Webhook names (#18206) 2018-11-05 09:23:58 +01:00
unifi Update translations 2018-10-30 11:35:40 +01:00
upnp Update translations 2018-11-03 13:47:36 +01:00
vacuum Bump python-miio version (#18095) 2018-11-01 17:53:48 +01:00
water_heater Moved Wink water heater from climate to water heater. (#17504) 2018-10-16 11:27:01 +02:00
weather Upgrade pyipma (#17992) 2018-10-30 21:25:12 +01:00
websocket_api Import homeassistant domain instead of hardcoding it (#17985) 2018-10-30 17:38:09 +02:00
wink Moved Wink water heater from climate to water heater. (#17504) 2018-10-16 11:27:01 +02:00
zha Add support for various load level devices (#18161) 2018-11-03 22:25:05 +01:00
zone Update translations 2018-10-17 14:12:41 +02:00
zoneminder Implement ZoneMinder run states (#17198) 2018-10-11 09:38:31 +02:00
zwave Update python-openzwave to 0.4.11 (#18160) 2018-11-04 14:21:53 -05:00
__init__.py Allow a list ofr update entity (#17860) 2018-10-27 21:34:33 +02:00
abode.py Bump version of abodepy to 0.14.0 (#17336) 2018-10-11 22:00:51 +02:00
alarmdecoder.py Add relay addr & chan config to alarmdecoder zones (#15242) 2018-07-21 17:31:07 +02:00
alert.py Add message template support for alert component (#17516) 2018-11-01 09:48:11 +01:00
amcrest.py More pylint 2 fixes (#15565) 2018-07-20 11:45:20 +03:00
android_ip_webcam.py Async syntax 8/8 (#17022) 2018-10-01 08:52:42 +02:00
apcupsd.py Narrow scope of various pylint inline disables (#15364) 2018-10-10 12:17:11 +02:00
api.py Bugfix eventstream with EOF on end (#17465) 2018-10-15 10:31:49 +02:00
apple_tv.py Pass hass_config to load_platform (#17952) 2018-10-29 19:21:21 +01:00
aqualogic.py Add AquaLogic component (#16763) 2018-10-02 07:32:03 +02:00
arduino.py More pylint 2 fixes (#15565) 2018-07-20 11:45:20 +03:00
arlo.py Bump pyarlo==0.2.2 (#17673) 2018-10-21 19:54:51 +02:00
asterisk_mbox.py Validate ports as a port (#17549) 2018-10-17 23:09:05 +02:00
august.py Set available property (#17706) 2018-10-23 14:09:08 +02:00
bbb_gpio.py More pylint 2 fixes (#15516) 2018-07-18 11:54:27 +02:00
bloomsky.py Fix Bloomsky api call (#18016) 2018-10-30 21:23:44 +01:00
browser.py
canary.py More pylint 2 fixes (#15565) 2018-07-20 11:45:20 +03:00
cloudflare.py
coinbase.py More pylint 2 fixes (#15565) 2018-07-20 11:45:20 +03:00
comfoconnect.py More pylint 2 fixes (#15565) 2018-07-20 11:45:20 +03:00
configurator.py Async syntax 2, camera & climate & config (#17016) 2018-10-01 08:50:05 +02:00
daikin.py More pylint 2 fixes (#15565) 2018-07-20 11:45:20 +03:00
datadog.py
demo.py Async syntax 8/8 (#17022) 2018-10-01 08:52:42 +02:00
device_sun_light_trigger.py Use const.SUN_EVENT_* more (#18039) 2018-10-31 09:10:28 +01:00
digital_ocean.py More pylint 2 fixes (#15565) 2018-07-20 11:45:20 +03:00
discovery.py Disable upnp from being discovered (#17937) 2018-10-29 15:52:30 +01:00
dominos.py
doorbird.py Update to DoorBirdPy v2 (again) (#14933) 2018-11-01 21:23:06 +01:00
downloader.py
duckdns.py Async syntax 8/8 (#17022) 2018-10-01 08:52:42 +02:00
dweet.py
dyson.py Add support for Dyson Hot+Cool Fan as a climate device (#14598) 2018-10-21 17:35:07 +02:00
ecobee.py More pylint 2 fixes (#15565) 2018-07-20 11:45:20 +03:00
ecovacs.py Bump sucks (Ecovacs) lib to 0.9.3 (#16803) 2018-09-23 09:43:01 +02:00
edp_redy.py New EDP re:dy component (#16426) 2018-09-16 01:17:47 +02:00
egardia.py Update pydocstyle to 2.1.1 and flake8-docstrings to 1.3.0 (#14557) 2018-08-24 10:28:43 +02:00
eight_sleep.py Use async_create_task (#15633) 2018-07-23 14:05:38 +02:00
emoncms_history.py
enocean.py
envisalink.py Bump pyenvisalink (#17086) 2018-10-03 06:28:08 +02:00
eufy.py Bump python-lakeside dependency 2018-08-13 10:39:48 -07:00
evohome.py Pass hass_config to load_platform (#17952) 2018-10-29 19:21:21 +01:00
feedreader.py avoid error in debug log mode and rss entry without title (#16316) 2018-08-31 12:54:25 +02:00
ffmpeg.py Remove config (breaking change) (#18153) 2018-11-04 15:20:32 +01:00
folder_watcher.py
foursquare.py Async syntax 8/8 (#17022) 2018-10-01 08:52:42 +02:00
freedns.py Async syntax 8/8 (#17022) 2018-10-01 08:52:42 +02:00
fritzbox.py Add new component fritzbox binary_sensor (#17057) 2018-10-04 12:16:27 +02:00
gc100.py More pylint 2 fixes (#15565) 2018-07-20 11:45:20 +03:00
goalfeed.py Update pysher version (#17455) 2018-10-14 23:51:15 +02:00
google.py Pass hass_config to load_platform (#17952) 2018-10-29 19:21:21 +01:00
google_domains.py Async syntax 8/8 (#17022) 2018-10-01 08:52:42 +02:00
graphite.py Narrow scope of various pylint inline disables (#15364) 2018-10-10 12:17:11 +02:00
greeneye_monitor.py Add a component for GreenEye Monitor (#16378) 2018-11-01 10:46:11 +01:00
hdmi_cec.py
history.py More pylint 2 fixes (#15565) 2018-07-20 11:45:20 +03:00
history_graph.py
hive.py
huawei_lte.py Make dicttoxml logging less verbose (#17446) 2018-10-15 11:25:38 +02:00
hydrawise.py Async syntax 8/8 (#17022) 2018-10-01 08:52:42 +02:00
influxdb.py
input_boolean.py Remove service helper (3) (#16879) 2018-09-26 08:50:05 +02:00
input_datetime.py Clean up input-datetime (#16000) 2018-08-16 22:17:14 +02:00
input_number.py Exposes initial attribute on the entity. (#18123) 2018-11-02 16:52:02 +01:00
input_select.py Async syntax 3/8 (#17017) 2018-10-01 08:59:45 +02:00
input_text.py Async syntax 3/8 (#17017) 2018-10-01 08:59:45 +02:00
insteon_local.py Spelling fixes (#16150) 2018-08-23 22:56:18 +02:00
insteon_plm.py Async syntax 8/8 (#17022) 2018-10-01 08:52:42 +02:00
intent_script.py async_create_task (#17059) 2018-10-02 11:03:09 +02:00
introduction.py Async syntax 8/8 (#17022) 2018-10-01 08:52:42 +02:00
iota.py Update pydocstyle to 2.1.1 and flake8-docstrings to 1.3.0 (#14557) 2018-08-24 10:28:43 +02:00
isy994.py Async syntax 8/8 (#17022) 2018-10-01 08:52:42 +02:00
joaoapps_join.py
juicenet.py Revert changes to platforms using self.device (#16209) 2018-08-26 21:25:39 +02:00
keyboard.py Narrow scope of various pylint inline disables (#15364) 2018-10-10 12:17:11 +02:00
keyboard_remote.py Added identifier and name to connect/disconnect events (#18078) 2018-11-01 09:48:44 +01:00
kira.py
knx.py updated version of xknx (#17912) 2018-10-28 23:03:27 +01:00
konnected.py Konnected: Pass hass_config to load_platform (#18027) 2018-10-31 08:42:33 +02:00
lametric.py
linode.py More pylint 2 fixes (#15565) 2018-07-20 11:45:20 +03:00
lirc.py
litejet.py
logbook.py Add LogBook support to HomeKit (#17180) 2018-10-16 13:32:53 +02:00
logentries.py
logger.py Remove service helper (8) (#17055) 2018-10-02 10:23:37 +02:00
logi_circle.py Add Logi Circle component, camera and sensor platform (#16540) 2018-09-21 12:00:15 +02:00
lutron.py Async syntax 8/8 (#17022) 2018-10-01 08:52:42 +02:00
lutron_caseta.py Async syntax 8/8 (#17022) 2018-10-01 08:52:42 +02:00
map.py Bump frontend to 20180816.0 2018-08-16 14:21:49 +02:00
matrix.py More pylint 2 fixes (#15565) 2018-07-20 11:45:20 +03:00
maxcube.py Pass hass_config to load_platform (#17952) 2018-10-29 19:21:21 +01:00
media_extractor.py Upgrade youtube_dl to 2018.10.29 (#18085) 2018-11-01 13:26:12 +01:00
melissa.py Removes melissa sensors (they should be state attributes as implemented in #18201) (#18214) 2018-11-05 16:10:30 +01:00
microsoft_face.py Remove service helper (8) (#17055) 2018-10-02 10:23:37 +02:00
mochad.py More pylint 2 fixes (#15565) 2018-07-20 11:45:20 +03:00
modbus.py Validate ports as a port (#17549) 2018-10-17 23:09:05 +02:00
mqtt_eventstream.py Remove homeassistant.remote (#16099) 2018-08-21 15:49:58 +02:00
mqtt_statestream.py Async syntax 8/8 (#17022) 2018-10-01 08:52:42 +02:00
mychevy.py Fix incorrect chevy discovery (#17942) 2018-10-29 15:49:57 +01:00
mycroft.py
namecheapdns.py Async syntax 8/8 (#17022) 2018-10-01 08:52:42 +02:00
neato.py Bump pybotvac to 0.0.10 (#16799) 2018-09-23 09:41:45 +02:00
netatmo.py Add additional Netatmo public data sensors (#16671) 2018-09-25 11:14:42 +02:00
netgear_lte.py Improve netgear_lte logging when unconnected (#18163) 2018-11-04 09:15:57 +01:00
no_ip.py Async syntax 8/8 (#17022) 2018-10-01 08:52:42 +02:00
nuheat.py
nuimo_controller.py More pylint 2 fixes (#15565) 2018-07-20 11:45:20 +03:00
octoprint.py Pass hass_config to load_platform (#17952) 2018-10-29 19:21:21 +01:00
panel_custom.py Add support for JS modules in custom panels (#16096) 2018-08-23 11:14:18 +02:00
panel_iframe.py Make typing checks more strict (#14429) 2018-07-13 13:24:51 +03:00
pilight.py More pylint 2 fixes (#15565) 2018-07-20 11:45:20 +03:00
plant.py Async syntax 8/8 (#17022) 2018-10-01 08:52:42 +02:00
prometheus.py Async syntax 8/8 (#17022) 2018-10-01 08:52:42 +02:00
proximity.py
python_script.py Upgrade restrictedpython to 4.0b6 (#18087) 2018-11-01 14:25:45 +01:00
qwikswitch.py Revert changes to platforms using self.device (#16209) 2018-08-26 21:25:39 +02:00
rachio.py Rachio component modernization (#16911) 2018-09-27 23:17:15 +02:00
rainbird.py
raincloud.py Async syntax 8/8 (#17022) 2018-10-01 08:52:42 +02:00
raspihats.py Narrow scope of various pylint inline disables (#15364) 2018-10-10 12:17:11 +02:00
rest_command.py Async syntax 8/8 (#17022) 2018-10-01 08:52:42 +02:00
rflink.py Fix RFLink issue #17875 (#17889) 2018-10-28 13:57:44 +01:00
rfxtrx.py Async syntax 8/8 (#17022) 2018-10-01 08:52:42 +02:00
ring.py Updated ring_doorbell dependency to 0.2.2 (#17945) 2018-10-29 23:27:12 +01:00
route53.py Add optional ttl config to route53 component (#18135) 2018-11-02 21:41:26 -06:00
rpi_gpio.py Narrow scope of various pylint inline disables (#15364) 2018-10-10 12:17:11 +02:00
rpi_pfio.py Changed from pifacecommon 4.1.2 to 4.2.2 to make the piface digital i/o boards work on rpi like 3 (#18101) 2018-11-02 14:44:20 +01:00
rss_feed_template.py Async syntax 8/8 (#17022) 2018-10-01 08:52:42 +02:00
sabnzbd.py Fix the sabnzbd component api error (#17014) 2018-10-16 00:18:59 +02:00
satel_integra.py Async syntax 8/8 (#17022) 2018-10-01 08:52:42 +02:00
script.py Remove service helper (5) (#16917) 2018-09-27 23:13:11 +02:00
scsgate.py Narrow scope of various pylint inline disables (#15364) 2018-10-10 12:17:11 +02:00
sense.py Add binary sensors for sense energy monitor (#17645) 2018-11-02 10:13:14 +01:00
services.yaml Axis - prepare for config entry (#17566) 2018-10-29 06:52:30 +01:00
shell_command.py Async syntax 8/8 (#17022) 2018-10-01 08:52:42 +02:00
shiftr.py Upgrade paho-mqtt to 1.4.0 (#16688) 2018-09-18 14:59:39 +02:00
shopping_list.py
sisyphus.py async_create_task (#17059) 2018-10-02 11:03:09 +02:00
skybell.py
sleepiq.py More pylint 2 fixes (#15565) 2018-07-20 11:45:20 +03:00
smappee.py Pass hass_config to load_platform (#17952) 2018-10-29 19:21:21 +01:00
snips.py Upgrade flake8 to 3.6.0 (#17770) 2018-10-25 23:15:20 +03:00
spaceapi.py
spc.py Pass hass_config to load_platform (#17952) 2018-10-29 19:21:21 +01:00
spider.py Pass hass_config to load_platform (#17952) 2018-10-29 19:21:21 +01:00
splunk.py Remove homeassistant.remote (#16099) 2018-08-21 15:49:58 +02:00
statsd.py
sun.py Use const.SUN_EVENT_* more (#18039) 2018-10-31 09:10:28 +01:00
tado.py
tahoma.py Adding support for RTDSContactSensor and RTDSMotionSensor in Tahoma … (RTS Alarms sensors and contacts for Somfy Protexiom alarms) (#16609) 2018-09-14 13:31:08 -06:00
tellduslive.py Fix device telldus (#16224) 2018-08-27 21:56:28 +02:00
tellstick.py Async syntax 8/8 (#17022) 2018-10-01 08:52:42 +02:00
tesla.py
thethingsnetwork.py Async syntax 8/8 (#17022) 2018-10-01 08:52:42 +02:00
thingspeak.py More pylint 2 fixes (#15516) 2018-07-18 11:54:27 +02:00
toon.py Upgrade toonlib to 1.1.3 (#18189) 2018-11-04 17:22:03 +01:00
tplink_lte.py Implemented tplink_lte components and notify service via SMS (#17111) 2018-11-05 02:09:29 +01:00
tuya.py async_create_task (#17059) 2018-10-02 11:03:09 +02:00
upcloud.py Async syntax 8/8 (#17022) 2018-10-01 08:52:42 +02:00
updater.py Fix venv check (#17939) 2018-10-29 15:50:44 +01:00
usps.py More pylint 2 fixes (#15565) 2018-07-20 11:45:20 +03:00
velbus.py Adding climate.velbus support (#18100) 2018-11-02 14:43:17 +01:00
velux.py Use async_create_task (#15633) 2018-07-23 14:05:38 +02:00
vera.py Add unique_id to Vera entities (#17450) 2018-10-16 23:27:57 +02:00
verisure.py vsure version 1.5.0 (#17209) 2018-10-07 12:33:16 +02:00
volvooncall.py Pylint cleanups (#15626) 2018-07-23 10:16:05 +02:00
vultr.py More pylint 2 fixes (#15565) 2018-07-20 11:45:20 +03:00
wake_on_lan.py Async syntax 8/8 (#17022) 2018-10-01 08:52:42 +02:00
waterfurnace.py Grammar and spelling fixes (#16065) 2018-08-19 22:29:08 +02:00
watson_iot.py
webhook.py Webhook names (#18206) 2018-11-05 09:23:58 +01:00
weblink.py
wemo.py Bump version of pywemo to 0.4.29 (#18217) 2018-11-05 13:23:46 +01:00
wirelesstag.py Multiple tag managers for Wireless Sensor Tags. (#16353) 2018-09-13 09:48:17 +02:00
xiaomi_aqara.py Add some new model names of Xiaomi Aqara devices (#17234) 2018-10-08 09:32:01 +02:00
zabbix.py
zeroconf.py Upgrade zeroconf to 0.21.3 (#16789) 2018-09-23 09:50:59 +02:00
zigbee.py Update name (fixes #17752) (#17756) 2018-10-24 18:59:52 +02:00