Paulus Schoutsen
d412b51754
MQTT: Add some error reporting
2015-08-09 12:22:05 -07:00
Michael Auchter
4bbe716710
limitlessled: scale brightness to meet ledcontroller expectations
...
LedController's set_brightness() method expects either an int between 0 and
100, or a float between 0.0 and 1.0, but the brightness here is an int between
0-255. Scale the brightness appropriately.
2015-08-09 14:05:20 -05:00
Paulus Schoutsen
277cdbbe00
MQTT: Add support for authentication
2015-08-09 11:40:23 -07:00
Paulus Schoutsen
c8b54d7468
Update MQTT component and add example
2015-08-09 11:29:50 -07:00
Chris Mulder
2c9c79ea61
Add support for TP-Link ArcherC9 to to device tracker component
2015-08-09 18:23:42 +02:00
Paulus Schoutsen
a2c6dbf479
Clean up MQTT component
2015-08-08 23:49:38 -07:00
Paulus Schoutsen
b37471af68
Update modbus dependency
2015-08-08 21:42:17 -07:00
Paulus Schoutsen
60ade75031
Add missing dependencies
2015-08-08 21:22:34 -07:00
Paulus Schoutsen
fc6d7db81b
Readd setting up groups with comma seperated list
2015-08-08 13:44:07 -07:00
Paulus Schoutsen
0901ed4659
Merge pull request #242 from persandstrom/squeezebox
...
Squeezebox
2015-08-08 12:30:45 -07:00
Paulus Schoutsen
a0685c69f5
Merge pull request #250 from fabaff/mqtt-new
...
MQTT component
2015-08-08 10:47:38 -07:00
Fabian Affolter
87bf3c4e0d
fix a couple of typos and use port(s) everywhere
2015-08-08 19:20:53 +02:00
Fabian Affolter
1f3bde3e08
update header
2015-08-08 19:16:15 +02:00
Fabian Affolter
6268a9f5b2
update header
2015-08-08 19:09:37 +02:00
Fabian Affolter
26dbb5ca3f
make some entries optional, update payload handling, and use qos
2015-08-08 18:52:59 +02:00
Paulus Schoutsen
ac14698ab9
Updated version of frontend
2015-08-07 22:02:30 -07:00
Fabian Affolter
641d3f5e01
add mqtt component
2015-08-07 19:20:27 +02:00
Fabian Affolter
f7dc438d10
update header
2015-08-06 22:32:53 +02:00
Fabian Affolter
c987251585
update header
2015-08-06 22:32:41 +02:00
Fabian Affolter
dff626fb2d
add requirement
2015-08-06 22:28:46 +02:00
Fabian Affolter
fce16c6cdd
update header
2015-08-06 22:27:45 +02:00
Fabian Affolter
f84b3a509d
update header
2015-08-06 22:24:23 +02:00
Fabian Affolter
22e30dc85a
update header
2015-08-06 19:15:37 +02:00
Fabian Affolter
a1df7b9b26
add periods
2015-08-06 19:00:47 +02:00
Fabian Affolter
8029d3e592
remove some blank lines
2015-08-06 19:00:18 +02:00
Fabian Affolter
2eb3a5af3b
update header
2015-08-06 18:53:44 +02:00
Fabian Affolter
22fa9831d8
update header
2015-08-06 18:45:00 +02:00
Fabian Affolter
b39ae8d23a
update header
2015-08-06 18:44:48 +02:00
Fabian Affolter
6b30fc714c
update header
2015-08-06 18:34:20 +02:00
Fabian Affolter
9d5c7ceecd
update header
2015-08-06 18:32:29 +02:00
Fabian Affolter
e8dd5779f6
update header
2015-08-06 18:31:35 +02:00
Fabian Affolter
aa8ec4724b
update header
2015-08-06 18:23:26 +02:00
Fabian Affolter
b946b3b2bc
update header
2015-08-06 18:23:10 +02:00
Fabian Affolter
5fa34b10b3
update file header
2015-08-06 17:54:05 +02:00
Fabian Affolter
caecca7e1f
update file header
2015-08-06 17:53:49 +02:00
Paulus Schoutsen
46fd23c452
Merge pull request #244 from balloob/cleanup
...
Core Cleanup
2015-08-06 05:23:23 -07:00
Paulus Schoutsen
7c61e00948
Merge pull request #239 from gbarba/rpi_gpio_component
...
Add rpi_gpio platform to switch
2015-08-06 05:20:53 -07:00
Paulus Schoutsen
b0065f7a95
Merge pull request #249 from persandstrom/asuswrt
...
ASUSWRT - Exception when client not in leases
2015-08-06 04:04:39 -07:00
Guillem Barba
91961e629f
Resolve pylint errors and warnings
2015-08-06 09:57:16 +02:00
Guillem Barba
e6b4dba330
Remove usless comments
2015-08-06 09:57:16 +02:00
Guillem Barba
d6c7bf5ac8
Remove usless DEMO constant. Add version information in RPi.GPIO requirement
2015-08-06 09:57:16 +02:00
Guillem Barba
e97e73e66e
Add rpi_gpio platform to switch
2015-08-06 09:57:16 +02:00
Per Sandstrom
b681cf2eaa
removed unnecessary log row
2015-08-06 09:27:23 +02:00
Per Sandstrom
65cc0954c8
Exception when client not in leases
...
Client can be dropped from leases list from where the status is
retreived before it is dropped from the ip neigh list.
The client needs a default status.
2015-08-06 09:19:23 +02:00
Per Sandstrom
9ead39e703
added turn on/off support
2015-08-06 09:05:27 +02:00
Paulus Schoutsen
ac19ac8b83
Update frontend dependencies
2015-08-05 21:30:58 -07:00
Per Sandstrom
393e88e732
add to .coveragerc
2015-08-05 22:25:03 +02:00
Paulus Schoutsen
450b510d08
Fix sensor.forecastio to treat Fahrenheit wrong
...
Fixes #245
2015-08-05 11:55:59 -07:00
Per Sandstrom
03f93063f8
fixed flake8 issues
2015-08-05 20:09:20 +02:00
Per Sandstrom
eb83621fce
fixing pylint issues
2015-08-05 20:02:39 +02:00
Paulus Schoutsen
b2cfce7243
Merge branch 'dev' into cleanup
...
Conflicts:
.coveragerc
2015-08-05 06:51:39 -07:00
Paulus Schoutsen
2eeb80f173
Merge branch 'pr/229' into dev
...
Conflicts:
requirements.txt
2015-08-05 06:48:14 -07:00
Paulus Schoutsen
086e786b28
Merge branch 'pr/238' into dev
...
Conflicts:
requirements.txt
2015-08-05 06:45:56 -07:00
Paulus Schoutsen
23f0195619
Merge pull request #241 from vitorespindola/master
...
Modbus coil support
2015-08-05 15:40:49 +02:00
Paulus Schoutsen
a163f2da2d
Merge pull request #243 from persandstrom/asuswrt
...
ASUSWRT based routers
2015-08-05 15:39:48 +02:00
Per Sandstrom
db2cbf33c3
Added support for multiple players
2015-08-05 13:49:45 +02:00
Per Sandstrom
52ec4ac1d8
flake8 and pylint
2015-08-05 10:22:03 +02:00
Paulus Schoutsen
aa20b94927
Remove support for old home-assistant.conf file
2015-08-04 16:21:25 -04:00
Paulus Schoutsen
d2b5f429fe
Remove deprecated code
2015-08-04 16:21:09 -04:00
Per Sandstrom
30e24296c4
Fixed flake8
2015-08-04 20:30:01 +02:00
Per Sandstrom
e6c09f7413
Fixed bug with password protected LMS
2015-08-04 20:08:48 +02:00
Per Sandstrom
4284a3f5dc
Fixed pylint conventions
2015-08-04 19:35:53 +02:00
Paulus Schoutsen
14023a15e6
Minor code cleanup
2015-08-04 18:13:55 +02:00
Paulus Schoutsen
e47ac96587
Remove more deprecated method calls
2015-08-04 18:13:35 +02:00
Per Sandstrom
bed30a5307
added support for logitech squeezebox
2015-08-04 17:22:56 +02:00
Paulus Schoutsen
4096a67251
Built-in component cleanup
2015-08-03 17:42:28 +02:00
Paulus Schoutsen
382c1de981
Built-in components no longer use deprecated methods
2015-08-03 17:08:13 +02:00
Paulus Schoutsen
7870e9a5e2
Minor cleanup core
2015-08-03 17:05:33 +02:00
Rohit Kabadi
65d32c7425
Added blank line to temper.py
2015-08-02 18:58:30 -07:00
Rohit Kabadi
6c6ae9cb1a
Added REQUIREMENTS list to temper.py
2015-08-02 18:55:30 -07:00
Rohit Kabadi
e6aabb9706
Fixed flake8 violations
2015-08-02 18:51:13 -07:00
Rohit Kabadi
3d57c80656
Merge remote-tracking branch 'upstream/dev' into temper
2015-08-02 18:18:18 -07:00
Rohit Kabadi
c248d5455e
Added REQUIREMENTS lilst to edimax.py
2015-08-02 18:01:31 -07:00
Rohit Kabadi
0e153183d4
Added name for temper, added to coveragerc,
2015-08-01 12:46:28 -07:00
Rohit Kabadi
3c08a5ee6e
Added support for temper temperature sensors
2015-08-01 12:20:29 -07:00
Vitor Espíndola
f97b7c9e61
Merge branch 'master' of https://github.com/vitorespindola/home-assistant
...
Conflicts:
homeassistant/components/sensor/modbus.py
homeassistant/components/switch/modbus.py
2015-08-01 10:01:37 -03:00
Vitor Espíndola
1b3a45aba9
Modbus coil support
2015-08-01 09:54:32 -03:00
jamespcole
6873504cc0
Fixed linting errors
2015-08-01 06:45:41 +10:00
Rohit Kabadi
ffde7e183e
Fixed flake8 violations
2015-07-30 21:05:00 -07:00
Per Sandstrom
ed0164843a
Added support for ASUSWRT based routers
2015-07-30 11:30:31 +02:00
Rohit Kabadi
a99484ebc8
Merge remote-tracking branch 'upstream/dev' into edimax_smart_plug
...
Conflicts:
requirements.txt
2015-07-30 00:31:26 -07:00
Rohit Kabadi
6a239bf18a
Used validate_config to ensure 'host' parameter in edimax config. Added name option to edimax config
2015-07-30 00:10:16 -07:00
Vitor Espíndola
f82b63483a
Modbus coil support
2015-07-29 14:04:32 -03:00
Rohit Kabadi
f6811e858a
- Removed https://github.com/rkabadi/pyedimax as submodule
...
- Added https://github.com/rkabadi/pyedimax to requirements
- Modified edimax.py to import pyedimax from python3 default packages
2015-07-29 00:24:42 -07:00
Fabian Affolter
c1b428489f
fix requirement
2015-07-27 18:58:32 +02:00
Fabian Affolter
4845c1290c
remove unused stuff and update the names (same as in owm sensor)
2015-07-27 18:41:03 +02:00
Paulus Schoutsen
e0468f8b8e
Extract helpers.event from core + misc cleanup
2015-07-26 10:45:49 +02:00
Paulus Schoutsen
fed36d2cd0
Better error reporting remote classes
2015-07-26 00:14:55 -07:00
Rohit Kabadi
613c0122c0
- Reverted submodule updates. This is the 2nd attempt since the first one did not work
2015-07-26 00:08:57 -07:00
Rohit Kabadi
bb0ace3a61
- Reverted submodule updates
2015-07-25 23:59:48 -07:00
Paulus Schoutsen
c659be7e17
Sun component will work now without internet
2015-07-25 23:45:49 -07:00
Rohit Kabadi
6a7e28cc85
- Added support for getting power on SP2101W devices (returns None on SP1101W)
2015-07-25 18:46:47 -07:00
Paulus Schoutsen
c1b6d03d1b
Merge remote-tracking branch 'origin/remove-external' into dev
2015-07-24 04:11:31 -07:00
Paulus Schoutsen
37ec18b363
Merge pull request #226 from balloob/rfxcom
...
Support for rfxtrx sensors
2015-07-24 04:10:23 -07:00
Daniel Hoyer Iversen
3658c57912
updated rfxcom sensor
2015-07-24 13:06:15 +02:00
Daniel Hoyer Iversen
1489af0eca
updated rfxcom sensor
2015-07-24 12:35:03 +02:00
Paulus Schoutsen
445aaeb700
New compiled version of frontend
2015-07-24 03:28:21 -07:00
Paulus Schoutsen
d33af6e83e
Merge pull request #227 from balloob/thermostat
...
Custom min/max temperature for thermostat
2015-07-24 03:24:49 -07:00
Daniel Hoyer Iversen
22c72060cf
Make only_named: 0 work
2015-07-23 22:24:48 +02:00
Daniel Hoyer Iversen
be937a795a
Min max temp for thermostat
2015-07-23 22:15:17 +02:00