1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Remove more deprecated things

This commit is contained in:
Robbie Trencheny
2016-10-25 14:16:08 -07:00
parent 2b1f4123db
commit fe174402d2
2 changed files with 7 additions and 16 deletions

View File

@@ -314,11 +314,6 @@ SERVICE_SET_COVER_TILT_POSITION = 'set_cover_tilt_position'
SERVICE_STOP_COVER = 'stop_cover'
SERVICE_STOP_COVER_TILT = 'stop_cover_tilt'
SERVICE_MOVE_UP = 'move_up'
SERVICE_MOVE_DOWN = 'move_down'
SERVICE_MOVE_POSITION = 'move_position'
SERVICE_STOP = 'stop'
# #### API / REMOTE ####
SERVER_PORT = 8123