mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-09-05 01:18:44 +00:00
Cleanup
This commit is contained in:
-18
@@ -1,18 +0,0 @@
|
||||
language: python
|
||||
|
||||
python: "3.7.7"
|
||||
|
||||
before_install:
|
||||
- mv ./config/secrets.example.yaml ./config/secrets.yaml
|
||||
- sed -e '/hacs/,+2d' < ./config/configuration.yaml > ./config/configuration.yaml
|
||||
- sed -e '/uilogs/,+2d' < ./config/configuration.yaml > ./config/configuration.yaml
|
||||
- sed -e '/spotcast/,+2d' < ./config/configuration.yaml > ./config/configuration.yaml
|
||||
- sed -e '/youtube/,+2d' < ./config/configuration.yaml > ./config/configuration.yaml
|
||||
|
||||
install:
|
||||
- pip3 install homeassistant
|
||||
- pip3 install colorlog
|
||||
- pip3 install python-dateutil
|
||||
|
||||
script:
|
||||
- hass -c ./config --script check_config --info all
|
||||
@@ -1 +0,0 @@
|
||||
secrets.yaml
|
||||
@@ -1,16 +0,0 @@
|
||||
appdaemon:
|
||||
latitude: !secret latitude
|
||||
longitude: !secret longitude
|
||||
elevation: !secret elevation
|
||||
time_zone: Europe/Sofia
|
||||
plugins:
|
||||
HASS:
|
||||
type: hass
|
||||
ha_url: !secret url
|
||||
token: !secret token
|
||||
|
||||
http:
|
||||
url: http://cobalt.lan:5050
|
||||
|
||||
api:
|
||||
hadashboard:
|
||||
@@ -1,4 +0,0 @@
|
||||
hello_world:
|
||||
module: hello
|
||||
class: HelloWorld
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
hello_world:
|
||||
module: hello
|
||||
class: HelloWorld
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
import hassapi as hass
|
||||
#
|
||||
# Hello World App
|
||||
#
|
||||
# Args:
|
||||
#
|
||||
|
||||
class HelloWorld(hass.Hass):
|
||||
|
||||
def initialize(self):
|
||||
self.log("Hello from AppDaemon")
|
||||
self.log("You are now ready to run Apps!")
|
||||
@@ -1,14 +0,0 @@
|
||||
#
|
||||
# Main arguments, all optional
|
||||
#
|
||||
title: Hello Panel
|
||||
widget_dimensions: [120, 120]
|
||||
widget_margins: [5, 5]
|
||||
columns: 8
|
||||
|
||||
label:
|
||||
widget_type: label
|
||||
text: Hello World
|
||||
|
||||
layout:
|
||||
- label(2x2)
|
||||
@@ -1,4 +0,0 @@
|
||||
database.db
|
||||
log/
|
||||
secret.yaml
|
||||
state.json
|
||||
@@ -1,96 +0,0 @@
|
||||
homeassistant: false
|
||||
permit_join: false
|
||||
mqtt:
|
||||
base_topic: zigbee2mqtt
|
||||
server: 'mqtt://192.168.0.27'
|
||||
user: '!secret user'
|
||||
password: '!secret password'
|
||||
serial:
|
||||
port: /dev/ttyACM0
|
||||
disable_led: true
|
||||
advanced:
|
||||
channel: 15
|
||||
log_level: debug
|
||||
network_key:
|
||||
- 5
|
||||
- 7
|
||||
- 5
|
||||
- 1
|
||||
- 9
|
||||
- 11
|
||||
- 3
|
||||
- 15
|
||||
- 0
|
||||
- 2
|
||||
- 4
|
||||
- 6
|
||||
- 8
|
||||
- 11
|
||||
- 12
|
||||
- 13
|
||||
devices:
|
||||
'0x00158d0002f249d2':
|
||||
friendly_name: desk_switch
|
||||
'0x00158d00044e8210':
|
||||
friendly_name: bedroom_left_window
|
||||
retain: true
|
||||
'0x00158d00045c0e3f':
|
||||
friendly_name: bedroom_right_window
|
||||
retain: true
|
||||
'0x00158d00044e85df':
|
||||
friendly_name: bedroom_door
|
||||
retain: true
|
||||
'0x00158d000465ae58':
|
||||
friendly_name: bedroom_weather
|
||||
retain: true
|
||||
temperature_precision: 1
|
||||
humidity_precision: 1
|
||||
'0x00158d00049ff1db':
|
||||
friendly_name: kitchen_window
|
||||
retain: true
|
||||
'0x00158d00045cf423':
|
||||
friendly_name: kitchen_weather
|
||||
retain: true
|
||||
temperature_precision: 1
|
||||
humidity_precision: 1
|
||||
'0x00158d00047ba6cd':
|
||||
friendly_name: bathroom_weather
|
||||
retain: true
|
||||
temperature_precision: 1
|
||||
humidity_precision: 1
|
||||
'0x00158d00045ee213':
|
||||
friendly_name: front_door
|
||||
retain: true
|
||||
'0x00158d00047ba8af':
|
||||
friendly_name: hallway_weather
|
||||
retain: true
|
||||
temperature_precision: 1
|
||||
humidity_precision: 1
|
||||
'0x00158d0001cbbb94':
|
||||
friendly_name: trust_remote
|
||||
'0x00158d0003f42ea3':
|
||||
friendly_name: hallway_motion
|
||||
'0x00158d00041444bc':
|
||||
friendly_name: kitchen_motion
|
||||
'0x00158d00042d163f':
|
||||
friendly_name: living_room_right_window
|
||||
retain: true
|
||||
'0x00124b001f6fc6a2':
|
||||
friendly_name: bed_led
|
||||
'0x00158d00040249c8':
|
||||
friendly_name: bedside_switch
|
||||
'0x00158d0002f24a63':
|
||||
friendly_name: bedroom_wall_switch
|
||||
'0x00124b0018e27de7':
|
||||
friendly_name: router_1
|
||||
'0x00158d0002eb57bc':
|
||||
friendly_name: bathroom_switch
|
||||
'0x00158d00045c933d':
|
||||
friendly_name: guest_bedroom_weather
|
||||
retain: true
|
||||
temperature_precision: 1
|
||||
humidity_precision: 1
|
||||
'0x04cf8cdf3c794dd1':
|
||||
friendly_name: opple_1
|
||||
'0x00158d0002c4c6b8':
|
||||
friendly_name: '0x00158d0002c4c6b8'
|
||||
@@ -1,2 +0,0 @@
|
||||
user: 'user'
|
||||
password: 'password'
|
||||
Reference in New Issue
Block a user