mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-17 02:54:41 +00:00
#307 - Added in the minecraft stuff. - Notifications or some sort of automations will follow. Stay tuned.
This commit is contained in:
@@ -12,27 +12,3 @@ group:
|
||||
- binary_sensor.bedroom_plugged
|
||||
- binary_sensor.clock_motion
|
||||
- binary_sensor.clock_plugged
|
||||
|
||||
# automation:
|
||||
#
|
||||
# - alias: 'Enable battery help!'
|
||||
# trigger:
|
||||
# - platform: state
|
||||
# entity_id:
|
||||
# - binary_sensor.clock_plugged
|
||||
# - binary_sensor.bedroom_plugged
|
||||
# to: 'off'
|
||||
# from: 'on'
|
||||
#
|
||||
# - alias: 'Cry when the Battery is about to die. '
|
||||
# trigger:
|
||||
# - platform: state
|
||||
# entity_id:
|
||||
# - input_boolean.clock_snooze
|
||||
# to: 'on'
|
||||
# from: 'off'
|
||||
# action:
|
||||
# - delay:
|
||||
# minutes: 10
|
||||
# - service: input_boolean.turn_off
|
||||
# entity_id: input_boolean.clock_snooze
|
||||
|
29
packages/minecraft.yaml
Executable file
29
packages/minecraft.yaml
Executable file
@@ -0,0 +1,29 @@
|
||||
#-------------------------------------------
|
||||
# @CCOSTAN
|
||||
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
|
||||
# Neato Support for D7 Connected Botvac - control my [Neato Vacuum](http://amzn.to/2kqnnqu) with Home Assistant.
|
||||
#-------------------------------------------
|
||||
# homeassistant:
|
||||
# customize_glob:
|
||||
# "*.*_sleep_hours":
|
||||
# unit_of_measurement: hours
|
||||
# icon: mdi:sleep
|
||||
#
|
||||
# hidden: False
|
||||
#-------------------------------------------
|
||||
sensor:
|
||||
platform: minecraft
|
||||
name: Bear Stone
|
||||
server: 192.168.10.10
|
||||
#-------------------------------------------
|
||||
# group:
|
||||
# finance:
|
||||
# entities:
|
||||
# - sensor.tesla
|
||||
# - sensor.bitcoin
|
||||
|
||||
##############################################################################
|
||||
### Automations - Detect when things are not right. Like any Good Watchdog.
|
||||
##############################################################################
|
||||
#automation:
|
||||
#Tweets pushed out to twitter.
|
Reference in New Issue
Block a user