hass-core/homeassistant/components
Bob Clough 2e973c7572 Fix mqtt light brightness slider (#17075)
* Enable brightness slider for RGB

If we are using RGB with no brightness topic, the brighness slider
should still be visible, as we can scale the RGB amount to give us the
brightness.

* Output RGB scaled by brightness

If we are outputting to an RGB device, but do not have a dedicated
brightness topic set, when the brightness slider is changed, we should
output the current colour's HS, with the V coming from the brightness
slider.

* Brightness from RGB when we're not using a brightness topic

When we aren't using a brightness topic, set the brightness slider based
on the received value from an RGB -> HSV conversion.

* Test for new brightness state scaled by RGB

This adds a test to make sure the brightness stored in the state is
being computed correctly from the RGB value when a dedicated brightness
topic is not set.

* Changes from review

Fixes formatting of supported features flags, and checks HS colour
hasn't been set when operating in RGB-only mode

* Set optimistic brightness correctly in rgb mode

When we're using rgb mode to set the brightness, we want to set
optimistic brightness if:

we are running in optimistic mode
OR
the brightness state topic isn't set and we have a brightness command topic
OR
the rgb state topic isn't set and we don't have a brightness command topic

* Add test for turn_on in RGB brightness mode
2018-10-20 12:37:25 -04:00
..
ads More pylint 2 fixes (#15565) 2018-07-20 11:45:20 +03:00
alarm_control_panel Blink update - fixes #17316 (#17538) 2018-10-17 08:38:03 +02:00
alexa Async syntax 8/8 (#17022) 2018-10-01 08:52:42 +02:00
auth Update translations 2018-10-17 14:12:41 +02:00
automation Migrate CONF_WEBHOOK_ID to homeassistant.const (#17460) 2018-10-15 11:18:21 +02:00
binary_sensor Add doorsense sensor for August 3rd Gen Smart Lock Pro (#17299) 2018-10-19 09:37:02 +02: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 Add missing await for coroutine (#17609) 2018-10-19 09:10:41 +02:00
cast Update translations 2018-10-10 14:25:21 +02:00
climate Validate ports as a port (#17549) 2018-10-17 23:09:05 +02:00
cloud Add another 3 days leeway to give time for payment processing times (#17542) 2018-10-17 10:45:01 +02: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 deCONZ - Add support for Xiaomi window covers (#17337) 2018-10-20 15:13:23 +02:00
deconz deCONZ - Add support for Xiaomi window covers (#17337) 2018-10-20 15:13:23 +02:00
device_tracker Added ssl and verify_ssl parameters in ddwrt device tracker component (#17406) 2018-10-13 21:04:51 +02:00
elkm1 Add Elk-M1 sensor platform (#17342) 2018-10-19 23:41:04 +02:00
emulated_hue block external IP (#17248) 2018-10-08 20:50:24 +02:00
fan Z-Wave Device Registry Support (#17291) 2018-10-16 14:58:25 +02:00
frontend Bump frontend to 20181018.0 2018-10-18 13:52:38 +02:00
geo_location Fixing race condition in geo location platforms (#17581) 2018-10-18 15:25:48 +02:00
google_assistant Use HA native OAuth2 flow for google assistant components (#16848) 2018-09-26 08:57:55 +02: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 update hangups to 0.4.6 and fix Issue #16593 hangouts reconnects. (#17518) 2018-10-16 20:09:34 +02:00
hassio Hass.io auth/sso part2 (#17324) 2018-10-11 10:55:38 +02:00
homekit Homekit component cleanup (#17627) 2018-10-20 00:14:05 +02: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-10-10 14:25:21 +02:00
http Break up websocket 2 (#17028) 2018-10-01 16:09:31 +02:00
hue Update translations 2018-10-07 23:26:46 +02:00
ifttt Update translations 2018-10-17 14:12:41 +02:00
ihc Async syntax 8/8 (#17022) 2018-10-01 08:52:42 +02:00
image_processing Upgrade numpy to 1.15.2 (#17431) 2018-10-14 17:13:25 +02:00
insteon Bump insteonplm version to 0.15.0 (#17384) 2018-10-13 10:33:34 +02:00
ios Update translations 2018-10-12 14:58:09 +02:00
lifx Update translations 2018-10-17 14:12:41 +02:00
light Fix mqtt light brightness slider (#17075) 2018-10-20 12:37:25 -04:00
lock Add doorsense sensor for August 3rd Gen Smart Lock Pro (#17299) 2018-10-19 09:37:02 +02:00
lovelace Adding id to lovelace cards in ui-lovelace.yaml (#17498) 2018-10-17 16:31:06 +02:00
mailbox Add Call Data Log platform. Mailboxes no longer require media (#16579) 2018-09-21 11:55:12 +02:00
media_player Upgrade gstreamer-player to 1.1.2 (#17568) 2018-10-19 18:11:47 +02:00
mqtt Update translations 2018-10-17 14:12:41 +02:00
mysensors async_create_task (#17059) 2018-10-02 11:03:09 +02:00
nest Update translations 2018-10-02 14:33:47 +02:00
notify Upgrade twilio package to version 6.19.1 (#17395) (#17424) 2018-10-18 09:17:55 +02:00
onboarding Added support for private storage. (#16878) 2018-09-26 10:24:32 +02:00
openuv Update translations 2018-10-17 14:12:41 +02: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 Isort preparations (#16555) 2018-09-11 11:21:48 +02:00
remember_the_milk More pylint 2 fixes (#15565) 2018-07-20 11:45:20 +03:00
remote Upgrade construct to 2.9.45 (#16362) 2018-10-10 23:52:45 +02:00
scene Add Elk-M1 switch and scene platforms (#17256) 2018-10-10 19:05:19 +02:00
sensor Fix linky sensor login error (#17110) 2018-10-20 15:30:10 +02:00
simplisafe Update translations 2018-10-17 14:12:41 +02:00
smhi Update translations 2018-10-17 14:12:41 +02:00
sonos Update translations 2018-10-10 14:25:21 +02:00
switch Fix flux switch update interval (#17458) 2018-10-18 23:04:22 +02:00
system_log Async syntax 8/8 (#17022) 2018-10-01 08:52:42 +02:00
telegram_bot Fix: Connection pool of Request object is smaller than optimal value (8) (#17483) 2018-10-16 10:22:57 +02: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-10-17 14:12:41 +02:00
tts Narrow scope of various pylint inline disables (#15364) 2018-10-10 12:17:11 +02:00
unifi Update translations 2018-10-17 14:12:41 +02:00
upnp Upgrade async_upnp_client to 0.12.7 (#17601) 2018-10-19 18:10:04 +02:00
vacuum Use cached robot serial for Neato update (#17633) 2018-10-20 14:28:30 +02:00
water_heater Moved Wink water heater from climate to water heater. (#17504) 2018-10-16 11:27:01 +02:00
weather Re-assign conditions (#17364) 2018-10-15 11:43:27 +02:00
websocket_api Fix websocket API (#17471) 2018-10-15 11:48:36 +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 zha custom cluster mappings (#16714) 2018-10-09 12:53:02 +02: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 translations 2018-10-17 14:12:41 +02:00
__init__.py Manual updates (#17278) 2018-10-09 16:54:38 +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 Fix device_tracker service call & cleanup (#17173) 2018-10-05 23:09:55 +02: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 async_create_task (#17059) 2018-10-02 11:03:09 +02: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 Fix arlo intilization when no base station available (#16529) 2018-09-11 11:25:38 +02:00
asterisk_mbox.py Validate ports as a port (#17549) 2018-10-17 23:09:05 +02:00
august.py Add doorsense sensor for August 3rd Gen Smart Lock Pro (#17299) 2018-10-19 09:37:02 +02:00
axis.py Validate ports as a port (#17549) 2018-10-17 23:09:05 +02:00
bbb_gpio.py More pylint 2 fixes (#15516) 2018-07-18 11:54:27 +02:00
bloomsky.py More pylint 2 fixes (#15565) 2018-07-20 11:45:20 +03:00
browser.py
canary.py More pylint 2 fixes (#15565) 2018-07-20 11:45:20 +03:00
cloudflare.py removed unused return (#15402) 2018-07-10 13:19:32 +02:00
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 Fix device_tracker service call & cleanup (#17173) 2018-10-05 23:09:55 +02:00
dialogflow.py More pylint 2 fixes (#15565) 2018-07-20 11:45:20 +03:00
digital_ocean.py More pylint 2 fixes (#15565) 2018-07-20 11:45:20 +03:00
discovery.py Add support for LG soundbars (#17570) 2018-10-18 10:39:33 +02:00
dominos.py
doorbird.py Async syntax 8/8 (#17022) 2018-10-01 08:52:42 +02:00
downloader.py Add notifications to downloader.py (#12961) 2018-03-14 16:03:40 -07:00
duckdns.py Async syntax 8/8 (#17022) 2018-10-01 08:52:42 +02:00
dweet.py
dyson.py
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 Add support for multi-channel enocean switches (D2-01-12 profile) (#14548) 2018-07-09 11:05:25 +02:00
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 Add (EU-based) Honeywell evohome CH/DHW controller (#16427) 2018-09-27 13:29:44 +02: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 service helper (8) (#17055) 2018-10-02 10:23:37 +02:00
folder_watcher.py Remove extra quotes from docstrings (#14431) 2018-05-13 11:06:15 +02:00
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 More pylint 2 fixes (#15565) 2018-07-20 11:45:20 +03: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
hdmi_cec.py renaming icons (#13982) 2018-04-18 15:46:44 -04:00
history.py More pylint 2 fixes (#15565) 2018-07-20 11:45:20 +03:00
history_graph.py Convert more files to async/await syntax (#14142) 2018-04-28 19:26:20 -04:00
hive.py Hive R3 update (#13357) 2018-04-16 21:00:13 +02:00
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 Ignore NaN values for influxdb (#14347) 2018-05-08 20:54:38 -04:00
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 Async syntax 3/8 (#17017) 2018-10-01 08:59:45 +02: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 Narrow scope of various pylint inline disables (#15364) 2018-10-10 12:17:11 +02:00
kira.py
knx.py Switched to async_fire (#17472) 2018-10-15 12:16:40 +02:00
konnected.py Manual IP & port configuration for Konnected devices (#17120) 2018-10-17 00:39:32 +02:00
lametric.py Lint cleanup (#15103) 2018-06-25 13:05:07 -04:00
linode.py More pylint 2 fixes (#15565) 2018-07-20 11:45:20 +03:00
lirc.py Lint cleanup (#15103) 2018-06-25 13:05:07 -04:00
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
mailgun.py Pylint 2 useless-return fixes (#15677) 2018-07-25 19:35:57 +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 More pylint 2 fixes (#15565) 2018-07-20 11:45:20 +03:00
media_extractor.py Upgrade youtube_dl to 2018.10.05 (#17429) 2018-10-14 17:14:06 +02:00
melissa.py Fix mclimate accounts with not only melissa components (#12427) 2018-02-25 11:33:52 -08: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 More pylint 2 fixes (#15565) 2018-07-20 11:45:20 +03: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 Handle netgear_lte connection errors (#16806) 2018-09-23 18:58:09 +02: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 Made it possible to define multiple Octoprint printers (#16519) 2018-10-11 09:52:13 +02:00
opentherm_gw.py Add sensor support to opentherm_gw (#17314) 2018-10-19 07:31:19 +02: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.0b5 (#16779) 2018-09-21 23:21:00 +02: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 Update pyrainbird (#14617) 2018-05-25 06:39:41 +02:00
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 Add binary_sensor support to RFlink (#17146) 2018-10-18 22:28:40 +02:00
rfxtrx.py Async syntax 8/8 (#17022) 2018-10-01 08:52:42 +02:00
ring.py Upgrade ring_doorbell to 0.2.1 to fix oauth issues (#14984) 2018-06-16 08:58:39 +02:00
route53.py Add AWS Route53 Dynamic DNS support (#17072) 2018-10-13 21:03:30 +02:00
rpi_gpio.py Narrow scope of various pylint inline disables (#15364) 2018-10-10 12:17:11 +02:00
rpi_pfio.py
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
services.yaml Remove warning (#15969) 2018-08-14 12:29:55 +02: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 Add services for adding and removing items to shopping list (#14574) 2018-05-26 13:53:48 +02:00
sisyphus.py async_create_task (#17059) 2018-10-02 11:03:09 +02:00
skybell.py Bump skybellpy version to 0.1.2 (#13974) 2018-04-18 10:10:32 +02:00
sleepiq.py More pylint 2 fixes (#15565) 2018-07-20 11:45:20 +03:00
smappee.py Update smappy library version (#15636) 2018-07-24 10:41:24 +02:00
snips.py Snips: Added special slot values, session_id and slotname_raw (#16185) 2018-09-02 00:01:11 +02:00
spaceapi.py Add SpaceAPI support (#14204) 2018-05-14 09:13:59 +02:00
spc.py Fix SPC (#17236) 2018-10-08 10:20:18 +02:00
spider.py Upgrade spiderpy to 1.2.0 (#15729) 2018-07-29 19:49:36 +02:00
splunk.py Remove homeassistant.remote (#16099) 2018-08-21 15:49:58 +02:00
statsd.py
sun.py Async syntax 8/8 (#17022) 2018-10-01 08:52:42 +02:00
tado.py changed PyTado version (#13626) 2018-04-02 10:36:38 +02:00
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 More pylint 2 fixes (#15565) 2018-07-20 11:45:20 +03:00
tuya.py async_create_task (#17059) 2018-10-02 11:03:09 +02:00
twilio.py Upgrade twilio package to version 6.19.1 (#17395) (#17424) 2018-10-18 09:17:55 +02:00
upcloud.py Async syntax 8/8 (#17022) 2018-10-01 08:52:42 +02:00
updater.py Narrow scope of various pylint inline disables (#15364) 2018-10-10 12:17:11 +02:00
usps.py More pylint 2 fixes (#15565) 2018-07-20 11:45:20 +03:00
velbus.py Added velbus counter sensors, updated to py-velbus 2.0.20 (#16683) 2018-09-18 15:51:22 +02: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 Fix typos (#15233) 2018-06-30 17:12:00 +02:00
webhook.py Webhook component - pass headers to webhook handler (#17091) 2018-10-04 15:54:51 +02:00
weblink.py
wemo.py Correct wemo static device discovery issue. (#16292) 2018-08-31 12:57:07 +02: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 Show the error message when Zabbix fails to log in (#12985) 2018-03-08 15:25:10 -08:00
zeroconf.py Upgrade zeroconf to 0.21.3 (#16789) 2018-09-23 09:50:59 +02:00
zigbee.py Async syntax 8/8 (#17022) 2018-10-01 08:52:42 +02:00