Update links

This commit is contained in:
Paulus Schoutsen 2019-06-22 21:35:47 -07:00
parent 92301d052e
commit 3e1c360543
5 changed files with 14 additions and 16 deletions

View File

@ -21,14 +21,14 @@ The `flux_led` support is integrated into Home Assistant as a light platform. Se
Example of bulbs:
- [Flux Smart Lighting](http://www.fluxsmartlighting.com/)
- [MagicLight® Plus - WiFi Smart LED Light Bulb4](https://www.amazon.com/gp/product/B00NOC93NG)
- [Flux WiFi Smart LED Light Bulb4](http://smile.amazon.com/Flux-WiFi-Smart-Light-Bulb/dp/B01A6GHHTE)
- [WIFI smart LED light Bulb1](http://smile.amazon.com/gp/product/B01CS1EZYK)
- [MagicLight® Plus - WiFi Smart LED Light Bulb4](https://amzn.to/2X0Zath)
- [Flux WiFi Smart LED Light Bulb4](https://amzn.to/2X0dVwu)
- [WIFI smart LED light Bulb1](https://amzn.to/2J2fksr)
Examples of controllers:
- [Ledenet WiFi RGBW Controller](https://www.amazon.com/gp/product/B01DY56N8U)
- [SUPERNIGHT WiFi Wireless LED Smart Controller](https://www.amazon.com/dp/B01JZ2SI6Q)
- [Ledenet WiFi RGBW Controller](https://amzn.to/2WZKXNa)
- [SUPERNIGHT WiFi Wireless LED Smart Controller](https://amzn.to/2WURx7w)
### {% linkable_title Configuration Details %}

View File

@ -17,7 +17,7 @@ redirect_from:
The `hook` component allows you to control the [Hook Smart Home Hub](http://www.hooksmarthome.com/) from within Home Assistant.
Hook allows you to control cheap mains electrical outlets, like these ones at [Amazon](https://www.amazon.com/Etekcity-Wireless-Electrical-Household-Appliances/dp/B00DQELHBS).
Hook allows you to control cheap mains electrical outlets, like these ones at [Amazon](https://amzn.to/2WVZdGG).
In short, Hook is an RF to Wi-Fi bridge, controlling devices that receive commands at 315MHz and 433MHz. Unfortunately, this does not allow Hook to determine if the command was successful, so the state is assumed.

View File

@ -47,8 +47,8 @@ Next I wrote [scripts](/components/script/) that are run whenever the washer or
Materials used:
- [Moteino](https://lowpowerlab.com/moteino/)
- [2 x Accelerometers](http://www.amazon.com/gp/product/B008BOPN40)
- [2 x Reed switch](http://www.amazon.com/gp/product/B004PARDRO)
- [2 x Accelerometers](https://amzn.to/2WXa2s5)
- [2 x Reed switch](https://amzn.to/2X0ZuZ2)
- [Home Assistant](/)
[Sketch for the Moteino is available here.](https://codebender.cc/sketch:144743)
@ -144,4 +144,3 @@ Resources used:
- [Inspiration and Help with Arduino code](http://www.instructables.com/id/Uber-Home-Automation-w-Arduino-Pi/step13/Washer-Dryer-Smartifier-Water-Leak-Sensor/)
- [Moteino Code](https://github.com/LowPowerLab/RFM69/)

View File

@ -48,9 +48,9 @@ Next I wrote [scripts](/components/script/) that are run whenever the washer or
Materials used:
- [NodeMCU](https://www.amazon.com/gp/product/B010O1G1ES)
- [2 x Accelerometers](http://www.amazon.com/gp/product/B008BOPN40)
- [2 x Reed switch](http://www.amazon.com/gp/product/B004PARDRO)
- [NodeMCU](https://amzn.to/2Y9Mmxk)
- [2 x Accelerometers](https://amzn.to/2WXa2s5)
- [2 x Reed switch](https://amzn.to/2X0ZuZ2)
[Sketch for the NodeMCU is available here.](https://github.com/nkgilley/nodemcu-laundry/blob/master/nodemcu-laundry.ino)
@ -112,4 +112,3 @@ script:
Resources used:
- [Inspiration and Help with Arduino code](http://www.instructables.com/id/Uber-Home-Automation-w-Arduino-Pi/step13/Washer-Dryer-Smartifier-Water-Leak-Sensor/)

View File

@ -41,9 +41,9 @@ Follow this guide if you want to get started with Home Assistant easily, or if y
We will need a few things to get started with installing Home Assistant. The latest Raspberry Pi model makes a good and affordable starting point for your home automation journey. Links below are linking to Amazon US. If you're not in the US, you should be able to find these items in web stores in your country.
- [Raspberry Pi 3 Model B+](http://a.co/ak2SQor) + [Power Supply](https://www.raspberrypi.org/help/faqs/#powerReqs) (at least 2.5A)
- [Micro SD Card](http://amzn.com/B07G3GMRYF). Ideally get one that is [Application Class 2](https://www.sdcard.org/developers/overview/application/index.html) as they handle small I/O much more consistently than cards not optimized to host applications. Size 32 GB or bigger recommended.
- SD Card reader. Part of most laptops, and also available as [standalone USB sticks](http://a.co/5FCyb0N) (the brand doesn't matter, just pick the cheapest)
- [Raspberry Pi 3 Model B+](https://amzn.to/2IAyNl0) + [Power Supply](https://www.raspberrypi.org/help/faqs/#powerReqs) (at least 2.5A)
- [Micro SD Card](https://amzn.to/2X0Z2di). Ideally get one that is [Application Class 2](https://www.sdcard.org/developers/overview/application/index.html) as they handle small I/O much more consistently than cards not optimized to host applications. Size 32 GB or bigger recommended.
- SD Card reader. Part of most laptops, and also available as [standalone USB sticks](https://amzn.to/2WWxntY) (the brand doesn't matter, just pick the cheapest)
- Ethernet cable (optional, Hass.io can work with WiFi as well)
### {% linkable_title Software requirements %}