diff --git a/resources/boards/automation-hat.png b/resources/boards/automation-hat.png new file mode 100644 index 0000000..3d8b930 Binary files /dev/null and b/resources/boards/automation-hat.png differ diff --git a/src/en/overlay/automation-hat.md b/src/en/overlay/automation-hat.md new file mode 100644 index 0000000..f233b5f --- /dev/null +++ b/src/en/overlay/automation-hat.md @@ -0,0 +1,94 @@ + +#Automation HAT + +Automation HAT is a home monitoring and automation controller for the Raspberry Pi; with relays, analog channels, powered outputs, and buffered inputs. All 24V tolerant. + +To get the HAT set up and ready to go you can use the one-line product installer: + +```bash +curl -sS get.pimoroni.com/automationhat | bash +``` + +Then import it into your Python script and start tinkering: + +```bash +import automationhat +automationhat.relay.one.on() +``` diff --git a/src/en/settings.yaml b/src/en/settings.yaml index 59eb75e..21e72a6 100644 --- a/src/en/settings.yaml +++ b/src/en/settings.yaml @@ -58,6 +58,7 @@ overlays: - explorer-hat - explorer-hat-pro - explorer-phat +- automation-hat - blinkt - enviro-phat - phat-dac