This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Python 3 port of https://gist.githubusercontent.com/appden/42d5272bf128125b019c45bc2ed3311f/raw/bdede927b231933df0c1d6d47dcd140d466d9484/pronto2broadlink.py | |
# Discovered at https://www.reddit.com/r/homeautomation/comments/7m7ddv/broadlink_ir_database/dru77am/ | |
# More protocol documentation at https://github.com/mjg59/python-broadlink/blob/master/protocol.md | |
# Run standalone with: | |
# python pronto2broadlink.py "<pronto code>" | xxd -r -p | base64 --wrap=0 | |
import binascii | |
import struct | |
def pronto2lirc(pronto): |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
homeassistant: | |
container_name: homeassistant | |
restart: always | |
net: "host" | |
user: "1000" | |
environment: | |
- PUID=1000 | |
- PGID=1000 | |
image: homeassistant/armhf-homeassistant:0.91.1 | |
ports: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
homeassistant: | |
container_name: homeassistant | |
restart: always | |
net: "host" | |
user: "1000" | |
environment: | |
- PUID=1000 | |
- PGID=1000 | |
image: homeassistant/armhf-homeassistant | |
ports: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Version": "2012-10-17", | |
"Statement": [{ | |
"Sid": "Stmt1445601185404", | |
"Action": [ | |
"iot:Connect", | |
"iot:Publish", | |
"iot:Receive", | |
"iot:Subscribe" | |
], |