Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.27.1 #3060

Merged
merged 24 commits into from
Aug 30, 2016
Merged

0.27.1 #3060

Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
7940648
0.28.0.dev0
robbiet480 Aug 28, 2016
17a57d3
Fixes wrong statevalue and problem with zwave setpoint (#3017)
turbokongen Aug 28, 2016
3313995
fix voluptuous and cover autodiscovery (#3022)
pvizeli Aug 28, 2016
2a5ca1c
Map Modes to setpoint indexes (#3023)
turbokongen Aug 28, 2016
2d8bc75
Ecobee (#3025)
turbokongen Aug 28, 2016
821b3d7
Bug fix for asuswrt device_tracker. Issue #3015 (#3016)
Danielhiversen Aug 28, 2016
b6ad0bf
Allow user to configure server id to perform speed test against (#3008)
Aug 29, 2016
1699885
Fix media_player descriptions and select_source (#3030)
MartinHjelmare Aug 29, 2016
39402af
Remove units for humidity in Wundeground sensor (#3018)
arsaboo Aug 29, 2016
62bbda1
Bug fix for asuswrt device_tracker. Issue #3015
Aug 29, 2016
6275cff
Merge pull request #3036 from home-assistant/bug_fix_asuwrt
Danielhiversen Aug 29, 2016
1b718c6
Fix bug in wemo discovery caused by voluptuous addition. (#3027)
pavoni Aug 29, 2016
008e300
Upgrade TwitterAPI to 2.4.2 (#3043)
fabaff Aug 29, 2016
c1794d1
Upgrade sendgrid to 3.2.10 (#3044)
fabaff Aug 29, 2016
4e04436
Use voluptuous for smtp (#3048)
pvizeli Aug 29, 2016
650ec1a
Added option to use effect:random for Flux Led light bulbs
tchellomello Aug 29, 2016
16e0187
Merge pull request #3051 from tchellomello/added_random_effect_flux_led
Danielhiversen Aug 30, 2016
55d3053
Device tracker component & platform validation. No more home_range. (…
kellerza Aug 30, 2016
cf9b49a
update ha-ffmpeg version to 0.9 (#3059)
pvizeli Aug 30, 2016
7ceb22a
Ecobee (#3055)
turbokongen Aug 30, 2016
eec96ea
Migrate to voluptuous (#2954)
fabaff Aug 30, 2016
9a4447c
0.28.1
robbiet480 Aug 30, 2016
d907902
0.27.1 NOT 0.28.1, thanks for the catch @arsaboo
robbiet480 Aug 30, 2016
e9354bb
Make pep8 happy
robbiet480 Aug 30, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update ha-ffmpeg version to 0.9 (#3059)
  • Loading branch information
pvizeli authored Aug 30, 2016
commit cf9b49ac03dc1629e87d042db60c4073d8d75371
2 changes: 1 addition & 1 deletion homeassistant/components/binary_sensor/ffmpeg.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from homeassistant.const import (EVENT_HOMEASSISTANT_STOP, CONF_NAME,
ATTR_ENTITY_ID)

REQUIREMENTS = ["ha-ffmpeg==0.8"]
REQUIREMENTS = ["ha-ffmpeg==0.9"]

SERVICE_RESTART = 'ffmpeg_restart'

Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/camera/ffmpeg.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import homeassistant.helpers.config_validation as cv
from homeassistant.const import CONF_NAME

REQUIREMENTS = ['ha-ffmpeg==0.8']
REQUIREMENTS = ['ha-ffmpeg==0.9']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ gps3==0.33.2

# homeassistant.components.binary_sensor.ffmpeg
# homeassistant.components.camera.ffmpeg
ha-ffmpeg==0.8
ha-ffmpeg==0.9

# homeassistant.components.mqtt.server
hbmqtt==0.7.1
Expand Down