mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-11-07 01:52:11 +00:00
Update some minor things .. Names, etc..
This commit is contained in:
@@ -52,4 +52,18 @@ action:
|
|||||||
data:
|
data:
|
||||||
effect: random
|
effect: random
|
||||||
transition: 1
|
transition: 1
|
||||||
brightness: 255`
|
brightness: 255
|
||||||
|
|
||||||
|
|
||||||
|
alias: 'Autoadjust Bedroom Lights After Sunset'
|
||||||
|
trigger:
|
||||||
|
- platform: numeric_state
|
||||||
|
entity_id: light.bedroom_light_1
|
||||||
|
value_template: '{{ state.attributes.brightness }}'
|
||||||
|
above: 140
|
||||||
|
condition:
|
||||||
|
condition: state
|
||||||
|
entity_id: sun.sun
|
||||||
|
state: below_horizon
|
||||||
|
action:
|
||||||
|
- service: script.bedroom_lights_fade_down_to_50_percent
|
||||||
@@ -48,6 +48,7 @@ Software on the Pi : [Home Assistant](https://home-assistant.io/) , [Dasher](htt
|
|||||||
#Todo List
|
#Todo List
|
||||||
|
|
||||||
* Configure the Alexa Component.
|
* Configure the Alexa Component.
|
||||||
|
* Turn on Accent lights when TV is sensed on.
|
||||||
* Put Dash Buttons out there.
|
* Put Dash Buttons out there.
|
||||||
* Put door sensor on garage door ([Garadget](garadget.com) is on the way!)
|
* Put door sensor on garage door ([Garadget](garadget.com) is on the way!)
|
||||||
* Put Door Sensor in Mailbox
|
* Put Door Sensor in Mailbox
|
||||||
|
|||||||
@@ -31,6 +31,9 @@
|
|||||||
action:
|
action:
|
||||||
- service: switch.turn_off
|
- service: switch.turn_off
|
||||||
entity_id: switch.foyer_outlet
|
entity_id: switch.foyer_outlet
|
||||||
|
- service: light.turn_off
|
||||||
|
entity_id: light.outdoor_foyer
|
||||||
|
- service: light.turn_off
|
||||||
|
entity_id: light.pool_bathroom
|
||||||
- service: light.turn_off
|
- service: light.turn_off
|
||||||
entity_id: group.outdoor_lights
|
entity_id: group.outdoor_lights
|
||||||
|
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
- platform: command_line
|
- platform: command_line
|
||||||
command: "grep -c invalidpassword /home/hass/.homeassistant/home-assistant.log"
|
command: "grep -c 'Login attempt' /home/hass/.homeassistant/home-assistant.log"
|
||||||
name: badlogin
|
name: badlogin
|
||||||
|
|
||||||
- platform: systemmonitor
|
- platform: systemmonitor
|
||||||
|
|||||||
Reference in New Issue
Block a user