Skip to content

Instantly share code, notes, and snippets.

@vageesh79
vageesh79 / lambda_function.py
Created December 30, 2020 06:49 — forked from matt2005/lambda_function.py
Alexa Smart Home Skill Adapter for Home Assistant
"""
Copyright 2019 Jason Hu <awaregit at gmail.com>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
@vageesh79
vageesh79 / foscamsd.py
Created October 17, 2018 06:42
A component for Home Assistant (home-assistant.io) to support old SD FOSCAM IP Cameras.
"""
This component provides basic support for Foscam (SD) IP cameras.
NOTE: This is just a small adaptation of the 'official' foscam component,
in order to support SD (old) versions.
INSTALL:
1. Create the file <config dir>/custom_components/camera/foscamsd.py and copy
version: '2.1'
services:
grafana:
container_name: grafana
image: fg2it/grafana-armhf:v5.0.4
ports:
- 3000:3000
volumes:
- /opt/grafana:/etc/grafana:rw
- /opt/grafana:/var/lib/grafana:rw