Open Home Automation
46dcfb3d70
Serial CO2 sensor support ( #2885 )
...
* Added support for serial HM-Z19 CO2 sensor
* Minor pylint bug fixes
* Added new files to .coveragerc
* Removed newline
* Changes in requirements after change of pmsensor library
* Change the implementation of default name
* Check if serial interface is working before adding the sensor
* Maximum sensor value is 5000ppm
2016-08-20 16:35:10 -07:00
Fabian Affolter
5f508b6afa
Use voluptuous for REST platforms ( #2887 )
...
* Initial step to migrate to voluptuous
* Migrate to voluptuous
* Add schema for sensor_classes
2016-08-20 16:28:45 -07:00
Roi Dayan
b62c3ac56c
Update dht sensor dependency Adafruit_DHT to v1.3.0 ( #2900 )
...
The repository already merged the pull request adding python3 support.
root is no longer required to use the gpio.
Signed-off-by: Roi Dayan <roi.dayan@gmail.com>
2016-08-20 15:41:58 -07:00
Fabian Affolter
18fd17fdf3
Migrate to voluptuous ( #2901 )
2016-08-20 15:41:14 -07:00
Fabian Affolter
e8c6e4d561
Clean-up, ordering, constants, and extend of schema ( #2903 )
...
* Clean-up, ordering, constants, and extend of schema
* Put REQUIREMENTS back and re-add line breaks
* Clean-up, ordering, constants, and extend of schema
* Extend platform
2016-08-20 15:40:16 -07:00
Fabian Affolter
8fc27cbe43
Migrate to voluptuous ( #2905 )
2016-08-20 15:28:26 -07:00
Fabian Affolter
502c65ca32
Migrate to voluptuous ( #2907 )
2016-08-20 15:25:11 -07:00
Paulus Schoutsen
3fae4fefbf
Bust cache for new media player covers ( #2882 )
2016-08-20 15:14:57 -07:00
Daniel Perna
2558501235
Added LlamaLab Automate notify platform ( #2863 )
...
* Addod LlamaLab Automate notify platform
* Added platform to .coveragerc
* Added device-option and switched to voluptuous
* Fixed voluptuous usage
2016-08-20 15:11:37 -07:00
Martin Hjelmare
b7eee6fbb3
Merge pull request #2910 from hensing/update_mysensors
...
Update pymysensors version to 0.7
2016-08-20 23:32:17 +02:00
Henning Dickten
7d0c50a106
Update pymysensors version to 0.7
2016-08-20 22:45:55 +02:00
Teagan Glenn
8d1a9d86ea
Yaml secret fallback to parent folders ( #2878 )
...
* Move secret cache out of loader so it can be referenced by other folders
* Unit test to verify secrets from another folder work & see if it overrides parent secret
* Clear secret cache after load
2016-08-20 21:39:56 +02:00
Per Sandström
ca75e66c1a
Merge pull request #2902 from persandstrom/vsure_10.1
...
vsure 10.1
2016-08-20 17:23:07 +02:00
Per Sandström
b5cc145a92
bump vsure version
2016-08-20 17:08:42 +02:00
Greg Dowling
a46230b830
Merge pull request #2892 from home-assistant/vera_voluptuous
...
Add voluptuous to Vera.
2016-08-20 16:05:51 +01:00
pavoni
c0cd2d749f
Tidy.
2016-08-20 15:43:07 +01:00
Greg Dowling
2df85242f9
Merge pull request #2890 from home-assistant/loop_energy_voluptuous
...
Add voluptuous to Loopenergy
2016-08-20 15:34:53 +01:00
Josh Nichols
8eb66ac2b8
Ensure Slack messages appear as correct user ( #2893 )
...
Current documentation suggests to use personal API tokens. This isn't
ideal because for a few reasons:
* messages will come as your own user, so it's hard to tell it's coming
from hass
* it's harder to manage if multiple people are using Slack and home
* assistant, since you'd have to coordinate rolling of it
It is possible to use Slack bot users already. Just make a new one from https://your-team.slack.com/apps/build/custom-integration , and use the token for that. You can even add an icon from the web frontend for home assistant.
However, the message will appear as a bot without a name or icon. This pull requests fixes this by passing the as_user parameter, which uses the bot user's name and icon.
One caveat is you need to invite the bot user into the room you want to
post to. This probably was an issue before though.
🎩 to @jnewland who pointed me to this in his branch
2016-08-20 14:36:28 +02:00
Greg Dowling
482f32bb87
Add voluptuous to wemo. ( #2895 )
2016-08-20 14:03:57 +02:00
John Arild Berentsen
6e672b7bee
More generic use of up and down commands plus a workaround for SOMFY controller. ( #2852 )
...
* Support older devices
* Update with workaround
* Inverted up and down
* Make dual arguments
2016-08-20 13:59:23 +02:00
Pascal Vizeli
a50463d2f1
Improve homematic climate support ( #2894 )
2016-08-20 00:20:41 +02:00
pavoni
712f1498ae
Add voluptuous to Vera.
2016-08-19 22:43:40 +01:00
pavoni
d1a31b3e0c
Change CONFIG to CONF for consistency.
2016-08-19 21:47:07 +01:00
pavoni
337b2e3f77
Add voluptuous
...
.# Please enter the commit message for your changes. Lines starting
2016-08-19 20:07:09 +01:00
Fabian Affolter
4f1712c933
Use voluptuous for system monitoring sensors ( #2813 )
...
* Use voluptuous for system monitoring sensors
* Extent platform, ordering, and consts
* Add resource/resources
2016-08-19 14:57:14 +02:00
Open Home Automation
def9bbf827
Upgrade pmsensor to 0.3 ( #2883 )
2016-08-19 14:56:10 +02:00
Fabian Affolter
ca1de9cac1
Add url to validation ( #2874 )
...
* Add url to validation
* Fix pylint issue
* Clean-up
2016-08-19 13:41:01 +02:00
Fabian Affolter
c74e167a7b
Use voluptuous for dweet, transmission, and twitch sensor ( #2802 )
...
* Use voluptuous for dweet, transmission, and twitch sensor
* Extent platform, ordering, and consts
* Clean-up
2016-08-19 00:18:45 -07:00
John Arild Berentsen
ada4de3ffb
Migrate Thermostat and HVAC component to climate component ( #2825 )
...
* First draft for climate
* Updates for thermostats
2016-08-19 00:17:28 -07:00
Fabian Affolter
0abc50e844
Use voluptuous for transport sensors ( #2867 )
2016-08-19 00:12:56 -07:00
Nolan Gilley
2a563e1604
binary occupancy sensor ( #2869 )
2016-08-19 00:11:56 -07:00
Paulus Schoutsen
a031d64a44
Merge pull request #2880 from home-assistant/hotfix-026-3
...
Hotfix 026 3
2016-08-18 22:48:02 -07:00
Paulus Schoutsen
a548eb6c7f
Version bump to 0.26.3
2016-08-18 22:46:34 -07:00
Paulus Schoutsen
2b10a1ac20
Fix media player art ( #2879 )
2016-08-18 22:46:17 -07:00
Paulus Schoutsen
bafc9413a3
Fix media player art ( #2879 )
2016-08-18 22:45:42 -07:00
Nolan Gilley
9bfac590f6
fix 2862 ( #2868 )
2016-08-18 16:21:01 -07:00
Teagan Glenn
85d632c272
Merge pull request #2870 from Teagan42/AddFixToWunderground
...
Fix PyDoc and other issues with Wunderground - approved by robbie
2016-08-18 17:20:15 -06:00
Teagan Glenn
297fca9351
Type-o
2016-08-18 16:39:16 -06:00
Teagan Glenn
cb3a37691f
Type-o
2016-08-18 16:28:19 -06:00
Pascal Vizeli
df4a9ea1da
add move_postion support for HA rollershutter / CONFIG_SCHEMA ( #2873 )
2016-08-18 23:14:14 +02:00
Teagan M. Glenn
5bdcf60a21
Extend platform schema
2016-08-18 10:47:52 -06:00
Teagan M. Glenn
90449a90f1
Use string templating
2016-08-18 10:46:24 -06:00
Teagan M. Glenn
25840f97c2
Consistent use of WUnderground
2016-08-18 10:46:04 -06:00
Teagan M. Glenn
c2b75140bf
Fix config validation import to make things more readable
2016-08-18 10:40:28 -06:00
Teagan M. Glenn
ec5e20f0d9
Use string constant
2016-08-18 10:38:34 -06:00
Teagan M. Glenn
db2d9ec854
Unused property
2016-08-18 10:37:39 -06:00
Teagan M. Glenn
ddec28da4b
Use schema validators already avaialble
2016-08-18 10:37:26 -06:00
Teagan M. Glenn
6f57d36134
Add doc link to header of file
2016-08-18 10:37:00 -06:00
Teagan M. Glenn
0490fe832a
Unneeded validation removed
2016-08-18 10:32:19 -06:00
Teagan M. Glenn
2b8e2a3d36
Remove print lines
2016-08-18 10:27:53 -06:00