├── Documentation_pictures ├── 1. setup a VM │ ├── 1.JPG │ ├── 10.JPG │ ├── 11.JPG │ ├── 12.JPG │ ├── 13.JPG │ ├── 14.JPG │ ├── 15.JPG │ ├── 16.JPG │ ├── 17.JPG │ ├── 18.JPG │ ├── 19.JPG │ ├── 2.JPG │ ├── 20.JPG │ ├── 21.JPG │ ├── 22.JPG │ ├── 23.JPG │ ├── 24.JPG │ ├── 25.JPG │ ├── 26.JPG │ ├── 27.JPG │ ├── 28.JPG │ ├── 29.JPG │ ├── 3.JPG │ ├── 30.JPG │ ├── 31.JPG │ ├── 32.JPG │ ├── 33.JPG │ ├── 34.JPG │ ├── 35.JPG │ ├── 36.JPG │ ├── 37.JPG │ ├── 38.JPG │ ├── 4.JPG │ ├── 5.JPG │ ├── 6.JPG │ ├── 7.JPG │ ├── 8.JPG │ └── 9.JPG ├── 10. Samba share │ ├── 1.JPG │ ├── 2.JPG │ ├── 3.JPG │ ├── 4.JPG │ └── 5.JPG ├── 11. Add USB devices │ ├── 1.JPG │ ├── 10.JPG │ ├── 11.JPG │ ├── 12.JPG │ ├── 13.JPG │ ├── 14.JPG │ ├── 15.JPG │ ├── 16.JPG │ ├── 17.JPG │ ├── 2.JPG │ ├── 3.JPG │ ├── 4.JPG │ ├── 5.JPG │ ├── 6.JPG │ ├── 7.JPG │ ├── 8.JPG │ └── 9.JPG ├── 12. backup to github │ ├── 1.JPG │ ├── 10.JPG │ ├── 11.JPG │ ├── 12.JPG │ ├── 13.JPG │ ├── 14.JPG │ ├── 2.JPG │ ├── 3.JPG │ ├── 4.JPG │ ├── 5.JPG │ ├── 6.JPG │ ├── 7.JPG │ ├── 8.JPG │ └── 9.JPG ├── 13. General │ ├── 1.JPG │ ├── 2.JPG │ ├── 3.JPG │ ├── 4.JPG │ ├── 5.JPG │ ├── 6.JPG │ ├── 7.JPG │ └── 8.JPG ├── 14. secrets │ ├── 1.JPG │ └── 2.JPG ├── 2. VMware tools │ ├── 1.JPG │ ├── 2.JPG │ ├── 3.JPG │ ├── 4.JPG │ ├── 5.JPG │ ├── 6.JPG │ ├── 7.JPG │ ├── 8.JPG │ ├── 9.JPG │ └── mkdir.JPG ├── 3. upgrade Ubuntu │ ├── 1.JPG │ ├── 2.JPG │ └── 3.JPG ├── 4. snapshot │ ├── 1.JPG │ ├── 2.JPG │ ├── 3.JPG │ ├── 4.JPG │ └── 5.JPG ├── 5. Kitty │ ├── 1.JPG │ ├── 2.JPG │ ├── 3.JPG │ └── 4.JPG ├── 6. Home assistant installation │ ├── 1.JPG │ ├── 10.JPG │ ├── 11.JPG │ ├── 12.JPG │ ├── 2.JPG │ ├── 3.JPG │ ├── 4.JPG │ ├── 5.JPG │ ├── 6.JPG │ ├── 7.JPG │ ├── 8.JPG │ └── 9.JPG ├── 7. Autostart HA │ ├── 1.JPG │ ├── 2.JPG │ └── 3.JPG ├── 8. OpenZwave │ ├── 1.JPG │ ├── 2..JPG │ ├── 3.JPG │ ├── 4.JPG │ ├── 5.JPG │ ├── 6.JPG │ └── 7.JPG ├── 9. mosqitto │ ├── 1.JPG │ ├── 2.JPG │ ├── 3.JPG │ ├── 4.JPG │ ├── 5.JPG │ └── 6.JPG └── homeassistant.gif ├── MKS_GEN-PIN2.png ├── README.md ├── bed_occupancy_schematics.png └── configuration ├── community ├── bar-card │ ├── bar-card.js │ └── bar-card.js.gz ├── button-card │ ├── button-card.js │ └── button-card.js.gz ├── compact-custom-header │ ├── compact-custom-header.js │ └── compact-custom-header.js.gz ├── decluttering-card │ ├── decluttering-card.js │ ├── decluttering-card.js.gz │ ├── template-card.js │ └── template-card.js.gz ├── dual-gauge-card │ ├── dual-gauge-card.js │ └── dual-gauge-card.js.gz ├── group-card │ ├── group-card.js │ └── group-card.js.gz ├── lovelace-fold-entity-row │ ├── fold-entity-row.js │ └── fold-entity-row.js.gz ├── lovelace-grocy-chores-card │ ├── grocy-chores-card.js │ └── grocy-chores-card.js.gz ├── lovelace-slider-entity-row │ ├── slider-entity-row.js │ └── slider-entity-row.js.gz ├── mini-graph-card │ ├── mini-graph-card-bundle.js │ ├── mini-graph-card-bundle.js.gz │ ├── mini-graph-card.js │ └── mini-graph-card.js.gz ├── mini-media-player │ ├── mini-media-player-bundle.js │ ├── mini-media-player-bundle.js.gz │ ├── mini-media-player.js │ └── mini-media-player.js.gz ├── monster-card │ ├── monster-card.js │ └── monster-card.js.gz └── vertical-stack-in-card │ ├── vertical-stack-in-card.js │ └── vertical-stack-in-card.js.gz ├── configuration.yaml ├── custom_components ├── __pycache__ │ └── shinobi.cpython-37.pyc ├── alarm_control_panel │ ├── __pycache__ │ │ └── bwalarm.cpython-36.pyc │ └── bwalarm.py ├── breaking_changes │ ├── __init__.py │ ├── const.py │ ├── manifest.json │ └── sensor.py ├── esxi_stats │ ├── .translations │ │ └── en.json │ ├── __init__.py │ ├── __pycache__ │ │ ├── __init__.cpython-37.pyc │ │ ├── config_flow.cpython-37.pyc │ │ ├── const.cpython-37.pyc │ │ ├── esxi.cpython-37.pyc │ │ └── sensor.cpython-37.pyc │ ├── config_flow.py │ ├── const.py │ ├── esxi.py │ ├── manifest.json │ ├── sensor.py │ └── services.yaml ├── grocy │ ├── __init__.py │ ├── const.py │ ├── manifest.json │ ├── sensor.py │ └── services.yaml ├── hacs │ ├── .translations │ │ └── en.json │ ├── __init__.py │ ├── __pycache__ │ │ ├── __init__.cpython-37.pyc │ │ ├── api.cpython-37.pyc │ │ ├── config_flow.cpython-37.pyc │ │ ├── const.cpython-37.pyc │ │ ├── http.cpython-37.pyc │ │ └── sensor.cpython-37.pyc │ ├── api.py │ ├── config_flow.py │ ├── const.py │ ├── frontend │ │ ├── __init__.py │ │ ├── __pycache__ │ │ │ └── __init__.cpython-37.pyc │ │ ├── elements │ │ │ ├── all.min.css.gz │ │ │ ├── hacs.css │ │ │ ├── hacs.css.gz │ │ │ ├── hacs.js │ │ │ ├── hacs.js.gz │ │ │ ├── materialize.min.css.gz │ │ │ ├── materialize.min.js.gz │ │ │ └── webfonts │ │ │ │ ├── fa-brands-400.eot.gz │ │ │ │ ├── fa-brands-400.svg.gz │ │ │ │ ├── fa-brands-400.ttf.gz │ │ │ │ ├── fa-brands-400.woff.gz │ │ │ │ ├── fa-brands-400.woff2.gz │ │ │ │ ├── fa-regular-400.eot.gz │ │ │ │ ├── fa-regular-400.svg.gz │ │ │ │ ├── fa-regular-400.ttf.gz │ │ │ │ ├── fa-regular-400.woff.gz │ │ │ │ ├── fa-regular-400.woff2.gz │ │ │ │ ├── fa-solid-900.eot.gz │ │ │ │ ├── fa-solid-900.svg.gz │ │ │ │ ├── fa-solid-900.ttf.gz │ │ │ │ ├── fa-solid-900.woff.gz │ │ │ │ └── fa-solid-900.woff2.gz │ │ └── templates │ │ │ ├── base.html │ │ │ ├── error.html │ │ │ ├── grid.html │ │ │ ├── grid_new.html │ │ │ ├── message.html │ │ │ ├── modal │ │ │ ├── upgrade_all.html │ │ │ └── wrong_ha_version.html │ │ │ ├── overviews.html │ │ │ ├── repository.html │ │ │ ├── repository │ │ │ ├── authors.html │ │ │ ├── buttons.html │ │ │ ├── menu.html │ │ │ ├── note.html │ │ │ └── versionselect.html │ │ │ ├── settings.html │ │ │ ├── settings │ │ │ ├── buttons.html │ │ │ ├── custom_repositories.html │ │ │ ├── dev │ │ │ │ ├── remove_new_flag.html │ │ │ │ ├── repositories.html │ │ │ │ ├── repository.html │ │ │ │ ├── set_ha_version.html │ │ │ │ ├── template_test.html │ │ │ │ └── token.html │ │ │ ├── developer.html │ │ │ ├── hacs_info.html │ │ │ └── hidden_repositories.html │ │ │ ├── table.html │ │ │ └── table_new.html │ ├── hacsbase │ │ ├── __init__.py │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-37.pyc │ │ │ ├── backup.cpython-37.pyc │ │ │ ├── configuration.cpython-37.pyc │ │ │ ├── const.cpython-37.pyc │ │ │ ├── data.cpython-37.pyc │ │ │ ├── exceptions.cpython-37.pyc │ │ │ └── migration.cpython-37.pyc │ │ ├── backup.py │ │ ├── configuration.py │ │ ├── const.py │ │ ├── data.py │ │ ├── exceptions.py │ │ ├── migration.py │ │ ├── startup.py │ │ └── update.py │ ├── handler │ │ ├── __init__.py │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-37.pyc │ │ │ ├── download.cpython-37.pyc │ │ │ ├── logger.cpython-37.pyc │ │ │ └── template.cpython-37.pyc │ │ ├── download.py │ │ ├── logger.py │ │ └── template.py │ ├── http.py │ ├── manifest.json │ ├── repositories │ │ ├── __init__.py │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-37.pyc │ │ │ ├── appdaemon.cpython-37.pyc │ │ │ ├── integration.cpython-37.pyc │ │ │ ├── plugin.cpython-37.pyc │ │ │ ├── python_script.cpython-37.pyc │ │ │ ├── repository.cpython-37.pyc │ │ │ └── theme.cpython-37.pyc │ │ ├── appdaemon.py │ │ ├── integration.py │ │ ├── plugin.py │ │ ├── python_script.py │ │ ├── repository.py │ │ └── theme.py │ ├── sensor.py │ └── services.yaml ├── hp_ilo │ └── sensor.py └── lovelace_gen │ ├── __init__.py │ ├── __pycache__ │ └── __init__.cpython-37.pyc │ └── manifest.json ├── lovelace ├── alarm_control_panel-card.js ├── cameras.yaml ├── card-tools.js ├── home.yaml ├── home_rumsgrupper.yaml ├── main.yaml ├── popup-card.js ├── power.yaml ├── server.yaml ├── status.yaml └── templates │ ├── camera_template.yaml │ ├── mediaplayer_template.yaml │ ├── popup_cover_part_template.yaml │ ├── popup_first_part_template.yaml │ ├── popup_info_part_template.yaml │ ├── popup_template.yaml │ ├── power_template.yaml │ ├── powercost_template.yaml │ └── room_button_template.yaml ├── packages ├── customize_general.yaml ├── device_trackers.yaml ├── google_calendar.yaml ├── home_status │ ├── home_away.yaml │ ├── malin_status.yaml │ └── mattias_status.yaml ├── lights and scenes │ ├── alla_lampor.yaml │ ├── garage_lampor.yaml │ ├── gastrum_hoger.yaml │ ├── gastrum_vanster.yaml │ ├── hall.yaml │ ├── hemmabio_lampor.yaml │ ├── kladkammare_lights.yaml │ ├── kok_lampor.yaml │ ├── kontor_lampor.yaml │ ├── ovrigt.yaml │ ├── scener.yaml │ ├── sovrum.yaml │ ├── tvattstuga.yaml │ ├── tvrum.yaml │ └── utebelysning.yaml ├── power │ ├── aircondition.yaml │ ├── motorvarmare.yaml │ ├── optima_phev.yaml │ ├── power.yaml │ └── tvattmaskiner.yaml ├── random │ ├── 0_sensors.yaml │ ├── 3dprinter.yaml │ ├── automated_backup.yaml │ ├── covers.yaml │ ├── dockermon.yaml │ ├── doorbell.yaml │ ├── doors_windows_motion.yaml │ ├── esxi_stats.yaml │ ├── garage_door_opener.yaml │ ├── glances.yaml │ ├── hpilo_gen9.yaml │ ├── lovelace_generator.yaml │ ├── media_equipment.yaml │ ├── nut.yaml │ ├── ragnar.yaml │ ├── rtorrent.yaml │ ├── server_stats.yaml │ ├── speedtest.yaml │ ├── synology.yaml │ ├── tasmota.yaml │ ├── temperatur_sensorer.yaml │ ├── themes.yaml │ ├── tidsperiod.yaml │ ├── tvattstuga_flakt.yaml │ ├── water_sensor_kitchen.yaml │ └── zoneminder.yaml └── zones.yaml └── themes ├── blue_theme.yaml └── dark_theme.yaml /Documentation_pictures/1. setup a VM/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/1. setup a VM/1.JPG -------------------------------------------------------------------------------- /Documentation_pictures/1. setup a VM/10.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/1. setup a VM/10.JPG -------------------------------------------------------------------------------- /Documentation_pictures/1. setup a VM/11.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/1. setup a VM/11.JPG -------------------------------------------------------------------------------- /Documentation_pictures/1. setup a VM/12.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/1. setup a VM/12.JPG -------------------------------------------------------------------------------- /Documentation_pictures/1. setup a VM/13.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/1. setup a VM/13.JPG -------------------------------------------------------------------------------- /Documentation_pictures/1. setup a VM/14.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/1. setup a VM/14.JPG -------------------------------------------------------------------------------- /Documentation_pictures/1. setup a VM/15.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/1. setup a VM/15.JPG -------------------------------------------------------------------------------- /Documentation_pictures/1. setup a VM/16.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/1. setup a VM/16.JPG -------------------------------------------------------------------------------- /Documentation_pictures/1. setup a VM/17.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/1. setup a VM/17.JPG -------------------------------------------------------------------------------- /Documentation_pictures/1. setup a VM/18.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/1. setup a VM/18.JPG -------------------------------------------------------------------------------- /Documentation_pictures/1. setup a VM/19.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/1. setup a VM/19.JPG -------------------------------------------------------------------------------- /Documentation_pictures/1. setup a VM/2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/1. setup a VM/2.JPG -------------------------------------------------------------------------------- /Documentation_pictures/1. setup a VM/20.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/1. setup a VM/20.JPG -------------------------------------------------------------------------------- /Documentation_pictures/1. setup a VM/21.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/1. setup a VM/21.JPG -------------------------------------------------------------------------------- /Documentation_pictures/1. setup a VM/22.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/1. setup a VM/22.JPG -------------------------------------------------------------------------------- /Documentation_pictures/1. setup a VM/23.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/1. setup a VM/23.JPG -------------------------------------------------------------------------------- /Documentation_pictures/1. setup a VM/24.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/1. setup a VM/24.JPG -------------------------------------------------------------------------------- /Documentation_pictures/1. setup a VM/25.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/1. setup a VM/25.JPG -------------------------------------------------------------------------------- /Documentation_pictures/1. setup a VM/26.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/1. setup a VM/26.JPG -------------------------------------------------------------------------------- /Documentation_pictures/1. setup a VM/27.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/1. setup a VM/27.JPG -------------------------------------------------------------------------------- /Documentation_pictures/1. setup a VM/28.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/1. setup a VM/28.JPG -------------------------------------------------------------------------------- /Documentation_pictures/1. setup a VM/29.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/1. setup a VM/29.JPG -------------------------------------------------------------------------------- /Documentation_pictures/1. setup a VM/3.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/1. setup a VM/3.JPG -------------------------------------------------------------------------------- /Documentation_pictures/1. setup a VM/30.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/1. setup a VM/30.JPG -------------------------------------------------------------------------------- /Documentation_pictures/1. setup a VM/31.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/1. setup a VM/31.JPG -------------------------------------------------------------------------------- /Documentation_pictures/1. setup a VM/32.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/1. setup a VM/32.JPG -------------------------------------------------------------------------------- /Documentation_pictures/1. setup a VM/33.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/1. setup a VM/33.JPG -------------------------------------------------------------------------------- /Documentation_pictures/1. setup a VM/34.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/1. setup a VM/34.JPG -------------------------------------------------------------------------------- /Documentation_pictures/1. setup a VM/35.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/1. setup a VM/35.JPG -------------------------------------------------------------------------------- /Documentation_pictures/1. setup a VM/36.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/1. setup a VM/36.JPG -------------------------------------------------------------------------------- /Documentation_pictures/1. setup a VM/37.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/1. setup a VM/37.JPG -------------------------------------------------------------------------------- /Documentation_pictures/1. setup a VM/38.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/1. setup a VM/38.JPG -------------------------------------------------------------------------------- /Documentation_pictures/1. setup a VM/4.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/1. setup a VM/4.JPG -------------------------------------------------------------------------------- /Documentation_pictures/1. setup a VM/5.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/1. setup a VM/5.JPG -------------------------------------------------------------------------------- /Documentation_pictures/1. setup a VM/6.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/1. setup a VM/6.JPG -------------------------------------------------------------------------------- /Documentation_pictures/1. setup a VM/7.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/1. setup a VM/7.JPG -------------------------------------------------------------------------------- /Documentation_pictures/1. setup a VM/8.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/1. setup a VM/8.JPG -------------------------------------------------------------------------------- /Documentation_pictures/1. setup a VM/9.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/1. setup a VM/9.JPG -------------------------------------------------------------------------------- /Documentation_pictures/10. Samba share/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/10. Samba share/1.JPG -------------------------------------------------------------------------------- /Documentation_pictures/10. Samba share/2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/10. Samba share/2.JPG -------------------------------------------------------------------------------- /Documentation_pictures/10. Samba share/3.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/10. Samba share/3.JPG -------------------------------------------------------------------------------- /Documentation_pictures/10. Samba share/4.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/10. Samba share/4.JPG -------------------------------------------------------------------------------- /Documentation_pictures/10. Samba share/5.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/10. Samba share/5.JPG -------------------------------------------------------------------------------- /Documentation_pictures/11. Add USB devices/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/11. Add USB devices/1.JPG -------------------------------------------------------------------------------- /Documentation_pictures/11. Add USB devices/10.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/11. Add USB devices/10.JPG -------------------------------------------------------------------------------- /Documentation_pictures/11. Add USB devices/11.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/11. Add USB devices/11.JPG -------------------------------------------------------------------------------- /Documentation_pictures/11. Add USB devices/12.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/11. Add USB devices/12.JPG -------------------------------------------------------------------------------- /Documentation_pictures/11. Add USB devices/13.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/11. Add USB devices/13.JPG -------------------------------------------------------------------------------- /Documentation_pictures/11. Add USB devices/14.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/11. Add USB devices/14.JPG -------------------------------------------------------------------------------- /Documentation_pictures/11. Add USB devices/15.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/11. Add USB devices/15.JPG -------------------------------------------------------------------------------- /Documentation_pictures/11. Add USB devices/16.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/11. Add USB devices/16.JPG -------------------------------------------------------------------------------- /Documentation_pictures/11. Add USB devices/17.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/11. Add USB devices/17.JPG -------------------------------------------------------------------------------- /Documentation_pictures/11. Add USB devices/2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/11. Add USB devices/2.JPG -------------------------------------------------------------------------------- /Documentation_pictures/11. Add USB devices/3.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/11. Add USB devices/3.JPG -------------------------------------------------------------------------------- /Documentation_pictures/11. Add USB devices/4.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/11. Add USB devices/4.JPG -------------------------------------------------------------------------------- /Documentation_pictures/11. Add USB devices/5.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/11. Add USB devices/5.JPG -------------------------------------------------------------------------------- /Documentation_pictures/11. Add USB devices/6.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/11. Add USB devices/6.JPG -------------------------------------------------------------------------------- /Documentation_pictures/11. Add USB devices/7.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/11. Add USB devices/7.JPG -------------------------------------------------------------------------------- /Documentation_pictures/11. Add USB devices/8.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/11. Add USB devices/8.JPG -------------------------------------------------------------------------------- /Documentation_pictures/11. Add USB devices/9.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/11. Add USB devices/9.JPG -------------------------------------------------------------------------------- /Documentation_pictures/12. backup to github/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/12. backup to github/1.JPG -------------------------------------------------------------------------------- /Documentation_pictures/12. backup to github/10.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/12. backup to github/10.JPG -------------------------------------------------------------------------------- /Documentation_pictures/12. backup to github/11.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/12. backup to github/11.JPG -------------------------------------------------------------------------------- /Documentation_pictures/12. backup to github/12.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/12. backup to github/12.JPG -------------------------------------------------------------------------------- /Documentation_pictures/12. backup to github/13.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/12. backup to github/13.JPG -------------------------------------------------------------------------------- /Documentation_pictures/12. backup to github/14.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/12. backup to github/14.JPG -------------------------------------------------------------------------------- /Documentation_pictures/12. backup to github/2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/12. backup to github/2.JPG -------------------------------------------------------------------------------- /Documentation_pictures/12. backup to github/3.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/12. backup to github/3.JPG -------------------------------------------------------------------------------- /Documentation_pictures/12. backup to github/4.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/12. backup to github/4.JPG -------------------------------------------------------------------------------- /Documentation_pictures/12. backup to github/5.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/12. backup to github/5.JPG -------------------------------------------------------------------------------- /Documentation_pictures/12. backup to github/6.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/12. backup to github/6.JPG -------------------------------------------------------------------------------- /Documentation_pictures/12. backup to github/7.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/12. backup to github/7.JPG -------------------------------------------------------------------------------- /Documentation_pictures/12. backup to github/8.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/12. backup to github/8.JPG -------------------------------------------------------------------------------- /Documentation_pictures/12. backup to github/9.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/12. backup to github/9.JPG -------------------------------------------------------------------------------- /Documentation_pictures/13. General/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/13. General/1.JPG -------------------------------------------------------------------------------- /Documentation_pictures/13. General/2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/13. General/2.JPG -------------------------------------------------------------------------------- /Documentation_pictures/13. General/3.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/13. General/3.JPG -------------------------------------------------------------------------------- /Documentation_pictures/13. General/4.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/13. General/4.JPG -------------------------------------------------------------------------------- /Documentation_pictures/13. General/5.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/13. General/5.JPG -------------------------------------------------------------------------------- /Documentation_pictures/13. General/6.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/13. General/6.JPG -------------------------------------------------------------------------------- /Documentation_pictures/13. General/7.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/13. General/7.JPG -------------------------------------------------------------------------------- /Documentation_pictures/13. General/8.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/13. General/8.JPG -------------------------------------------------------------------------------- /Documentation_pictures/14. secrets/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/14. secrets/1.JPG -------------------------------------------------------------------------------- /Documentation_pictures/14. secrets/2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/14. secrets/2.JPG -------------------------------------------------------------------------------- /Documentation_pictures/2. VMware tools/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/2. VMware tools/1.JPG -------------------------------------------------------------------------------- /Documentation_pictures/2. VMware tools/2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/2. VMware tools/2.JPG -------------------------------------------------------------------------------- /Documentation_pictures/2. VMware tools/3.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/2. VMware tools/3.JPG -------------------------------------------------------------------------------- /Documentation_pictures/2. VMware tools/4.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/2. VMware tools/4.JPG -------------------------------------------------------------------------------- /Documentation_pictures/2. VMware tools/5.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/2. VMware tools/5.JPG -------------------------------------------------------------------------------- /Documentation_pictures/2. VMware tools/6.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/2. VMware tools/6.JPG -------------------------------------------------------------------------------- /Documentation_pictures/2. VMware tools/7.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/2. VMware tools/7.JPG -------------------------------------------------------------------------------- /Documentation_pictures/2. VMware tools/8.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/2. VMware tools/8.JPG -------------------------------------------------------------------------------- /Documentation_pictures/2. VMware tools/9.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/2. VMware tools/9.JPG -------------------------------------------------------------------------------- /Documentation_pictures/2. VMware tools/mkdir.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/2. VMware tools/mkdir.JPG -------------------------------------------------------------------------------- /Documentation_pictures/3. upgrade Ubuntu/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/3. upgrade Ubuntu/1.JPG -------------------------------------------------------------------------------- /Documentation_pictures/3. upgrade Ubuntu/2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/3. upgrade Ubuntu/2.JPG -------------------------------------------------------------------------------- /Documentation_pictures/3. upgrade Ubuntu/3.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/3. upgrade Ubuntu/3.JPG -------------------------------------------------------------------------------- /Documentation_pictures/4. snapshot/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/4. snapshot/1.JPG -------------------------------------------------------------------------------- /Documentation_pictures/4. snapshot/2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/4. snapshot/2.JPG -------------------------------------------------------------------------------- /Documentation_pictures/4. snapshot/3.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/4. snapshot/3.JPG -------------------------------------------------------------------------------- /Documentation_pictures/4. snapshot/4.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/4. snapshot/4.JPG -------------------------------------------------------------------------------- /Documentation_pictures/4. snapshot/5.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/4. snapshot/5.JPG -------------------------------------------------------------------------------- /Documentation_pictures/5. Kitty/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/5. Kitty/1.JPG -------------------------------------------------------------------------------- /Documentation_pictures/5. Kitty/2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/5. Kitty/2.JPG -------------------------------------------------------------------------------- /Documentation_pictures/5. Kitty/3.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/5. Kitty/3.JPG -------------------------------------------------------------------------------- /Documentation_pictures/5. Kitty/4.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/5. Kitty/4.JPG -------------------------------------------------------------------------------- /Documentation_pictures/6. Home assistant installation/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/6. Home assistant installation/1.JPG -------------------------------------------------------------------------------- /Documentation_pictures/6. Home assistant installation/10.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/6. Home assistant installation/10.JPG -------------------------------------------------------------------------------- /Documentation_pictures/6. Home assistant installation/11.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/6. Home assistant installation/11.JPG -------------------------------------------------------------------------------- /Documentation_pictures/6. Home assistant installation/12.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/6. Home assistant installation/12.JPG -------------------------------------------------------------------------------- /Documentation_pictures/6. Home assistant installation/2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/6. Home assistant installation/2.JPG -------------------------------------------------------------------------------- /Documentation_pictures/6. Home assistant installation/3.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/6. Home assistant installation/3.JPG -------------------------------------------------------------------------------- /Documentation_pictures/6. Home assistant installation/4.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/6. Home assistant installation/4.JPG -------------------------------------------------------------------------------- /Documentation_pictures/6. Home assistant installation/5.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/6. Home assistant installation/5.JPG -------------------------------------------------------------------------------- /Documentation_pictures/6. Home assistant installation/6.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/6. Home assistant installation/6.JPG -------------------------------------------------------------------------------- /Documentation_pictures/6. Home assistant installation/7.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/6. Home assistant installation/7.JPG -------------------------------------------------------------------------------- /Documentation_pictures/6. Home assistant installation/8.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/6. Home assistant installation/8.JPG -------------------------------------------------------------------------------- /Documentation_pictures/6. Home assistant installation/9.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/6. Home assistant installation/9.JPG -------------------------------------------------------------------------------- /Documentation_pictures/7. Autostart HA/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/7. Autostart HA/1.JPG -------------------------------------------------------------------------------- /Documentation_pictures/7. Autostart HA/2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/7. Autostart HA/2.JPG -------------------------------------------------------------------------------- /Documentation_pictures/7. Autostart HA/3.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/7. Autostart HA/3.JPG -------------------------------------------------------------------------------- /Documentation_pictures/8. OpenZwave/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/8. OpenZwave/1.JPG -------------------------------------------------------------------------------- /Documentation_pictures/8. OpenZwave/2..JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/8. OpenZwave/2..JPG -------------------------------------------------------------------------------- /Documentation_pictures/8. OpenZwave/3.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/8. OpenZwave/3.JPG -------------------------------------------------------------------------------- /Documentation_pictures/8. OpenZwave/4.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/8. OpenZwave/4.JPG -------------------------------------------------------------------------------- /Documentation_pictures/8. OpenZwave/5.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/8. OpenZwave/5.JPG -------------------------------------------------------------------------------- /Documentation_pictures/8. OpenZwave/6.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/8. OpenZwave/6.JPG -------------------------------------------------------------------------------- /Documentation_pictures/8. OpenZwave/7.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/8. OpenZwave/7.JPG -------------------------------------------------------------------------------- /Documentation_pictures/9. mosqitto/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/9. mosqitto/1.JPG -------------------------------------------------------------------------------- /Documentation_pictures/9. mosqitto/2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/9. mosqitto/2.JPG -------------------------------------------------------------------------------- /Documentation_pictures/9. mosqitto/3.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/9. mosqitto/3.JPG -------------------------------------------------------------------------------- /Documentation_pictures/9. mosqitto/4.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/9. mosqitto/4.JPG -------------------------------------------------------------------------------- /Documentation_pictures/9. mosqitto/5.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/9. mosqitto/5.JPG -------------------------------------------------------------------------------- /Documentation_pictures/9. mosqitto/6.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/9. mosqitto/6.JPG -------------------------------------------------------------------------------- /Documentation_pictures/homeassistant.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/Documentation_pictures/homeassistant.gif -------------------------------------------------------------------------------- /MKS_GEN-PIN2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/MKS_GEN-PIN2.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /bed_occupancy_schematics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/bed_occupancy_schematics.png -------------------------------------------------------------------------------- /configuration/community/bar-card/bar-card.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/community/bar-card/bar-card.js -------------------------------------------------------------------------------- /configuration/community/bar-card/bar-card.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/community/bar-card/bar-card.js.gz -------------------------------------------------------------------------------- /configuration/community/button-card/button-card.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/community/button-card/button-card.js -------------------------------------------------------------------------------- /configuration/community/button-card/button-card.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/community/button-card/button-card.js.gz -------------------------------------------------------------------------------- /configuration/community/compact-custom-header/compact-custom-header.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/community/compact-custom-header/compact-custom-header.js -------------------------------------------------------------------------------- /configuration/community/compact-custom-header/compact-custom-header.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/community/compact-custom-header/compact-custom-header.js.gz -------------------------------------------------------------------------------- /configuration/community/decluttering-card/decluttering-card.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/community/decluttering-card/decluttering-card.js -------------------------------------------------------------------------------- /configuration/community/decluttering-card/decluttering-card.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/community/decluttering-card/decluttering-card.js.gz -------------------------------------------------------------------------------- /configuration/community/decluttering-card/template-card.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/community/decluttering-card/template-card.js -------------------------------------------------------------------------------- /configuration/community/decluttering-card/template-card.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/community/decluttering-card/template-card.js.gz -------------------------------------------------------------------------------- /configuration/community/dual-gauge-card/dual-gauge-card.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/community/dual-gauge-card/dual-gauge-card.js -------------------------------------------------------------------------------- /configuration/community/dual-gauge-card/dual-gauge-card.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/community/dual-gauge-card/dual-gauge-card.js.gz -------------------------------------------------------------------------------- /configuration/community/group-card/group-card.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/community/group-card/group-card.js -------------------------------------------------------------------------------- /configuration/community/group-card/group-card.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/community/group-card/group-card.js.gz -------------------------------------------------------------------------------- /configuration/community/lovelace-fold-entity-row/fold-entity-row.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/community/lovelace-fold-entity-row/fold-entity-row.js -------------------------------------------------------------------------------- /configuration/community/lovelace-fold-entity-row/fold-entity-row.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/community/lovelace-fold-entity-row/fold-entity-row.js.gz -------------------------------------------------------------------------------- /configuration/community/lovelace-grocy-chores-card/grocy-chores-card.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/community/lovelace-grocy-chores-card/grocy-chores-card.js -------------------------------------------------------------------------------- /configuration/community/lovelace-grocy-chores-card/grocy-chores-card.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/community/lovelace-grocy-chores-card/grocy-chores-card.js.gz -------------------------------------------------------------------------------- /configuration/community/lovelace-slider-entity-row/slider-entity-row.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/community/lovelace-slider-entity-row/slider-entity-row.js -------------------------------------------------------------------------------- /configuration/community/lovelace-slider-entity-row/slider-entity-row.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/community/lovelace-slider-entity-row/slider-entity-row.js.gz -------------------------------------------------------------------------------- /configuration/community/mini-graph-card/mini-graph-card-bundle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/community/mini-graph-card/mini-graph-card-bundle.js -------------------------------------------------------------------------------- /configuration/community/mini-graph-card/mini-graph-card-bundle.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/community/mini-graph-card/mini-graph-card-bundle.js.gz -------------------------------------------------------------------------------- /configuration/community/mini-graph-card/mini-graph-card.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/community/mini-graph-card/mini-graph-card.js -------------------------------------------------------------------------------- /configuration/community/mini-graph-card/mini-graph-card.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/community/mini-graph-card/mini-graph-card.js.gz -------------------------------------------------------------------------------- /configuration/community/mini-media-player/mini-media-player-bundle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/community/mini-media-player/mini-media-player-bundle.js -------------------------------------------------------------------------------- /configuration/community/mini-media-player/mini-media-player-bundle.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/community/mini-media-player/mini-media-player-bundle.js.gz -------------------------------------------------------------------------------- /configuration/community/mini-media-player/mini-media-player.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/community/mini-media-player/mini-media-player.js -------------------------------------------------------------------------------- /configuration/community/mini-media-player/mini-media-player.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/community/mini-media-player/mini-media-player.js.gz -------------------------------------------------------------------------------- /configuration/community/monster-card/monster-card.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/community/monster-card/monster-card.js -------------------------------------------------------------------------------- /configuration/community/monster-card/monster-card.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/community/monster-card/monster-card.js.gz -------------------------------------------------------------------------------- /configuration/community/vertical-stack-in-card/vertical-stack-in-card.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/community/vertical-stack-in-card/vertical-stack-in-card.js -------------------------------------------------------------------------------- /configuration/community/vertical-stack-in-card/vertical-stack-in-card.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/community/vertical-stack-in-card/vertical-stack-in-card.js.gz -------------------------------------------------------------------------------- /configuration/configuration.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/configuration.yaml -------------------------------------------------------------------------------- /configuration/custom_components/__pycache__/shinobi.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/__pycache__/shinobi.cpython-37.pyc -------------------------------------------------------------------------------- /configuration/custom_components/alarm_control_panel/__pycache__/bwalarm.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/alarm_control_panel/__pycache__/bwalarm.cpython-36.pyc -------------------------------------------------------------------------------- /configuration/custom_components/alarm_control_panel/bwalarm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/alarm_control_panel/bwalarm.py -------------------------------------------------------------------------------- /configuration/custom_components/breaking_changes/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/breaking_changes/__init__.py -------------------------------------------------------------------------------- /configuration/custom_components/breaking_changes/const.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/breaking_changes/const.py -------------------------------------------------------------------------------- /configuration/custom_components/breaking_changes/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/breaking_changes/manifest.json -------------------------------------------------------------------------------- /configuration/custom_components/breaking_changes/sensor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/breaking_changes/sensor.py -------------------------------------------------------------------------------- /configuration/custom_components/esxi_stats/.translations/en.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/esxi_stats/.translations/en.json -------------------------------------------------------------------------------- /configuration/custom_components/esxi_stats/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/esxi_stats/__init__.py -------------------------------------------------------------------------------- /configuration/custom_components/esxi_stats/__pycache__/__init__.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/esxi_stats/__pycache__/__init__.cpython-37.pyc -------------------------------------------------------------------------------- /configuration/custom_components/esxi_stats/__pycache__/config_flow.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/esxi_stats/__pycache__/config_flow.cpython-37.pyc -------------------------------------------------------------------------------- /configuration/custom_components/esxi_stats/__pycache__/const.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/esxi_stats/__pycache__/const.cpython-37.pyc -------------------------------------------------------------------------------- /configuration/custom_components/esxi_stats/__pycache__/esxi.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/esxi_stats/__pycache__/esxi.cpython-37.pyc -------------------------------------------------------------------------------- /configuration/custom_components/esxi_stats/__pycache__/sensor.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/esxi_stats/__pycache__/sensor.cpython-37.pyc -------------------------------------------------------------------------------- /configuration/custom_components/esxi_stats/config_flow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/esxi_stats/config_flow.py -------------------------------------------------------------------------------- /configuration/custom_components/esxi_stats/const.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/esxi_stats/const.py -------------------------------------------------------------------------------- /configuration/custom_components/esxi_stats/esxi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/esxi_stats/esxi.py -------------------------------------------------------------------------------- /configuration/custom_components/esxi_stats/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/esxi_stats/manifest.json -------------------------------------------------------------------------------- /configuration/custom_components/esxi_stats/sensor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/esxi_stats/sensor.py -------------------------------------------------------------------------------- /configuration/custom_components/esxi_stats/services.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/esxi_stats/services.yaml -------------------------------------------------------------------------------- /configuration/custom_components/grocy/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/grocy/__init__.py -------------------------------------------------------------------------------- /configuration/custom_components/grocy/const.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/grocy/const.py -------------------------------------------------------------------------------- /configuration/custom_components/grocy/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/grocy/manifest.json -------------------------------------------------------------------------------- /configuration/custom_components/grocy/sensor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/grocy/sensor.py -------------------------------------------------------------------------------- /configuration/custom_components/grocy/services.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/grocy/services.yaml -------------------------------------------------------------------------------- /configuration/custom_components/hacs/.translations/en.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/.translations/en.json -------------------------------------------------------------------------------- /configuration/custom_components/hacs/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/__init__.py -------------------------------------------------------------------------------- /configuration/custom_components/hacs/__pycache__/__init__.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/__pycache__/__init__.cpython-37.pyc -------------------------------------------------------------------------------- /configuration/custom_components/hacs/__pycache__/api.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/__pycache__/api.cpython-37.pyc -------------------------------------------------------------------------------- /configuration/custom_components/hacs/__pycache__/config_flow.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/__pycache__/config_flow.cpython-37.pyc -------------------------------------------------------------------------------- /configuration/custom_components/hacs/__pycache__/const.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/__pycache__/const.cpython-37.pyc -------------------------------------------------------------------------------- /configuration/custom_components/hacs/__pycache__/http.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/__pycache__/http.cpython-37.pyc -------------------------------------------------------------------------------- /configuration/custom_components/hacs/__pycache__/sensor.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/__pycache__/sensor.cpython-37.pyc -------------------------------------------------------------------------------- /configuration/custom_components/hacs/api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/api.py -------------------------------------------------------------------------------- /configuration/custom_components/hacs/config_flow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/config_flow.py -------------------------------------------------------------------------------- /configuration/custom_components/hacs/const.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/const.py -------------------------------------------------------------------------------- /configuration/custom_components/hacs/frontend/__init__.py: -------------------------------------------------------------------------------- 1 | """Initialize frontend objects.""" 2 | -------------------------------------------------------------------------------- /configuration/custom_components/hacs/frontend/__pycache__/__init__.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/frontend/__pycache__/__init__.cpython-37.pyc -------------------------------------------------------------------------------- /configuration/custom_components/hacs/frontend/elements/all.min.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/frontend/elements/all.min.css.gz -------------------------------------------------------------------------------- /configuration/custom_components/hacs/frontend/elements/hacs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/frontend/elements/hacs.css -------------------------------------------------------------------------------- /configuration/custom_components/hacs/frontend/elements/hacs.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/frontend/elements/hacs.css.gz -------------------------------------------------------------------------------- /configuration/custom_components/hacs/frontend/elements/hacs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/frontend/elements/hacs.js -------------------------------------------------------------------------------- /configuration/custom_components/hacs/frontend/elements/hacs.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/frontend/elements/hacs.js.gz -------------------------------------------------------------------------------- /configuration/custom_components/hacs/frontend/elements/materialize.min.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/frontend/elements/materialize.min.css.gz -------------------------------------------------------------------------------- /configuration/custom_components/hacs/frontend/elements/materialize.min.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/frontend/elements/materialize.min.js.gz -------------------------------------------------------------------------------- /configuration/custom_components/hacs/frontend/elements/webfonts/fa-brands-400.eot.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/frontend/elements/webfonts/fa-brands-400.eot.gz -------------------------------------------------------------------------------- /configuration/custom_components/hacs/frontend/elements/webfonts/fa-brands-400.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/frontend/elements/webfonts/fa-brands-400.svg.gz -------------------------------------------------------------------------------- /configuration/custom_components/hacs/frontend/elements/webfonts/fa-brands-400.ttf.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/frontend/elements/webfonts/fa-brands-400.ttf.gz -------------------------------------------------------------------------------- /configuration/custom_components/hacs/frontend/elements/webfonts/fa-brands-400.woff.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/frontend/elements/webfonts/fa-brands-400.woff.gz -------------------------------------------------------------------------------- /configuration/custom_components/hacs/frontend/elements/webfonts/fa-brands-400.woff2.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/frontend/elements/webfonts/fa-brands-400.woff2.gz -------------------------------------------------------------------------------- /configuration/custom_components/hacs/frontend/elements/webfonts/fa-regular-400.eot.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/frontend/elements/webfonts/fa-regular-400.eot.gz -------------------------------------------------------------------------------- /configuration/custom_components/hacs/frontend/elements/webfonts/fa-regular-400.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/frontend/elements/webfonts/fa-regular-400.svg.gz -------------------------------------------------------------------------------- /configuration/custom_components/hacs/frontend/elements/webfonts/fa-regular-400.ttf.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/frontend/elements/webfonts/fa-regular-400.ttf.gz -------------------------------------------------------------------------------- /configuration/custom_components/hacs/frontend/elements/webfonts/fa-regular-400.woff.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/frontend/elements/webfonts/fa-regular-400.woff.gz -------------------------------------------------------------------------------- /configuration/custom_components/hacs/frontend/elements/webfonts/fa-regular-400.woff2.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/frontend/elements/webfonts/fa-regular-400.woff2.gz -------------------------------------------------------------------------------- /configuration/custom_components/hacs/frontend/elements/webfonts/fa-solid-900.eot.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/frontend/elements/webfonts/fa-solid-900.eot.gz -------------------------------------------------------------------------------- /configuration/custom_components/hacs/frontend/elements/webfonts/fa-solid-900.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/frontend/elements/webfonts/fa-solid-900.svg.gz -------------------------------------------------------------------------------- /configuration/custom_components/hacs/frontend/elements/webfonts/fa-solid-900.ttf.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/frontend/elements/webfonts/fa-solid-900.ttf.gz -------------------------------------------------------------------------------- /configuration/custom_components/hacs/frontend/elements/webfonts/fa-solid-900.woff.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/frontend/elements/webfonts/fa-solid-900.woff.gz -------------------------------------------------------------------------------- /configuration/custom_components/hacs/frontend/elements/webfonts/fa-solid-900.woff2.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/frontend/elements/webfonts/fa-solid-900.woff2.gz -------------------------------------------------------------------------------- /configuration/custom_components/hacs/frontend/templates/base.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/frontend/templates/base.html -------------------------------------------------------------------------------- /configuration/custom_components/hacs/frontend/templates/error.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/frontend/templates/error.html -------------------------------------------------------------------------------- /configuration/custom_components/hacs/frontend/templates/grid.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/frontend/templates/grid.html -------------------------------------------------------------------------------- /configuration/custom_components/hacs/frontend/templates/grid_new.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/frontend/templates/grid_new.html -------------------------------------------------------------------------------- /configuration/custom_components/hacs/frontend/templates/message.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/frontend/templates/message.html -------------------------------------------------------------------------------- /configuration/custom_components/hacs/frontend/templates/modal/upgrade_all.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/frontend/templates/modal/upgrade_all.html -------------------------------------------------------------------------------- /configuration/custom_components/hacs/frontend/templates/modal/wrong_ha_version.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/frontend/templates/modal/wrong_ha_version.html -------------------------------------------------------------------------------- /configuration/custom_components/hacs/frontend/templates/overviews.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/frontend/templates/overviews.html -------------------------------------------------------------------------------- /configuration/custom_components/hacs/frontend/templates/repository.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/frontend/templates/repository.html -------------------------------------------------------------------------------- /configuration/custom_components/hacs/frontend/templates/repository/authors.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/frontend/templates/repository/authors.html -------------------------------------------------------------------------------- /configuration/custom_components/hacs/frontend/templates/repository/buttons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/frontend/templates/repository/buttons.html -------------------------------------------------------------------------------- /configuration/custom_components/hacs/frontend/templates/repository/menu.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/frontend/templates/repository/menu.html -------------------------------------------------------------------------------- /configuration/custom_components/hacs/frontend/templates/repository/note.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/frontend/templates/repository/note.html -------------------------------------------------------------------------------- /configuration/custom_components/hacs/frontend/templates/repository/versionselect.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/frontend/templates/repository/versionselect.html -------------------------------------------------------------------------------- /configuration/custom_components/hacs/frontend/templates/settings.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/frontend/templates/settings.html -------------------------------------------------------------------------------- /configuration/custom_components/hacs/frontend/templates/settings/buttons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/frontend/templates/settings/buttons.html -------------------------------------------------------------------------------- /configuration/custom_components/hacs/frontend/templates/settings/custom_repositories.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/frontend/templates/settings/custom_repositories.html -------------------------------------------------------------------------------- /configuration/custom_components/hacs/frontend/templates/settings/dev/remove_new_flag.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/frontend/templates/settings/dev/remove_new_flag.html -------------------------------------------------------------------------------- /configuration/custom_components/hacs/frontend/templates/settings/dev/repositories.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/frontend/templates/settings/dev/repositories.html -------------------------------------------------------------------------------- /configuration/custom_components/hacs/frontend/templates/settings/dev/repository.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /configuration/custom_components/hacs/frontend/templates/settings/dev/set_ha_version.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/frontend/templates/settings/dev/set_ha_version.html -------------------------------------------------------------------------------- /configuration/custom_components/hacs/frontend/templates/settings/dev/template_test.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/frontend/templates/settings/dev/template_test.html -------------------------------------------------------------------------------- /configuration/custom_components/hacs/frontend/templates/settings/dev/token.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/frontend/templates/settings/dev/token.html -------------------------------------------------------------------------------- /configuration/custom_components/hacs/frontend/templates/settings/developer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/frontend/templates/settings/developer.html -------------------------------------------------------------------------------- /configuration/custom_components/hacs/frontend/templates/settings/hacs_info.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/frontend/templates/settings/hacs_info.html -------------------------------------------------------------------------------- /configuration/custom_components/hacs/frontend/templates/settings/hidden_repositories.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/frontend/templates/settings/hidden_repositories.html -------------------------------------------------------------------------------- /configuration/custom_components/hacs/frontend/templates/table.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/frontend/templates/table.html -------------------------------------------------------------------------------- /configuration/custom_components/hacs/frontend/templates/table_new.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/frontend/templates/table_new.html -------------------------------------------------------------------------------- /configuration/custom_components/hacs/hacsbase/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/hacsbase/__init__.py -------------------------------------------------------------------------------- /configuration/custom_components/hacs/hacsbase/__pycache__/__init__.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/hacsbase/__pycache__/__init__.cpython-37.pyc -------------------------------------------------------------------------------- /configuration/custom_components/hacs/hacsbase/__pycache__/backup.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/hacsbase/__pycache__/backup.cpython-37.pyc -------------------------------------------------------------------------------- /configuration/custom_components/hacs/hacsbase/__pycache__/configuration.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/hacsbase/__pycache__/configuration.cpython-37.pyc -------------------------------------------------------------------------------- /configuration/custom_components/hacs/hacsbase/__pycache__/const.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/hacsbase/__pycache__/const.cpython-37.pyc -------------------------------------------------------------------------------- /configuration/custom_components/hacs/hacsbase/__pycache__/data.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/hacsbase/__pycache__/data.cpython-37.pyc -------------------------------------------------------------------------------- /configuration/custom_components/hacs/hacsbase/__pycache__/exceptions.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/hacsbase/__pycache__/exceptions.cpython-37.pyc -------------------------------------------------------------------------------- /configuration/custom_components/hacs/hacsbase/__pycache__/migration.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/hacsbase/__pycache__/migration.cpython-37.pyc -------------------------------------------------------------------------------- /configuration/custom_components/hacs/hacsbase/backup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/hacsbase/backup.py -------------------------------------------------------------------------------- /configuration/custom_components/hacs/hacsbase/configuration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/hacsbase/configuration.py -------------------------------------------------------------------------------- /configuration/custom_components/hacs/hacsbase/const.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/hacsbase/const.py -------------------------------------------------------------------------------- /configuration/custom_components/hacs/hacsbase/data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/hacsbase/data.py -------------------------------------------------------------------------------- /configuration/custom_components/hacs/hacsbase/exceptions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/hacsbase/exceptions.py -------------------------------------------------------------------------------- /configuration/custom_components/hacs/hacsbase/migration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/hacsbase/migration.py -------------------------------------------------------------------------------- /configuration/custom_components/hacs/hacsbase/startup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/hacsbase/startup.py -------------------------------------------------------------------------------- /configuration/custom_components/hacs/hacsbase/update.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/hacsbase/update.py -------------------------------------------------------------------------------- /configuration/custom_components/hacs/handler/__init__.py: -------------------------------------------------------------------------------- 1 | """Initialize handlers.""" 2 | -------------------------------------------------------------------------------- /configuration/custom_components/hacs/handler/__pycache__/__init__.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/handler/__pycache__/__init__.cpython-37.pyc -------------------------------------------------------------------------------- /configuration/custom_components/hacs/handler/__pycache__/download.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/handler/__pycache__/download.cpython-37.pyc -------------------------------------------------------------------------------- /configuration/custom_components/hacs/handler/__pycache__/logger.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/handler/__pycache__/logger.cpython-37.pyc -------------------------------------------------------------------------------- /configuration/custom_components/hacs/handler/__pycache__/template.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/handler/__pycache__/template.cpython-37.pyc -------------------------------------------------------------------------------- /configuration/custom_components/hacs/handler/download.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/handler/download.py -------------------------------------------------------------------------------- /configuration/custom_components/hacs/handler/logger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/handler/logger.py -------------------------------------------------------------------------------- /configuration/custom_components/hacs/handler/template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/handler/template.py -------------------------------------------------------------------------------- /configuration/custom_components/hacs/http.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/http.py -------------------------------------------------------------------------------- /configuration/custom_components/hacs/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/manifest.json -------------------------------------------------------------------------------- /configuration/custom_components/hacs/repositories/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/repositories/__init__.py -------------------------------------------------------------------------------- /configuration/custom_components/hacs/repositories/__pycache__/__init__.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/repositories/__pycache__/__init__.cpython-37.pyc -------------------------------------------------------------------------------- /configuration/custom_components/hacs/repositories/__pycache__/appdaemon.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/repositories/__pycache__/appdaemon.cpython-37.pyc -------------------------------------------------------------------------------- /configuration/custom_components/hacs/repositories/__pycache__/integration.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/repositories/__pycache__/integration.cpython-37.pyc -------------------------------------------------------------------------------- /configuration/custom_components/hacs/repositories/__pycache__/plugin.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/repositories/__pycache__/plugin.cpython-37.pyc -------------------------------------------------------------------------------- /configuration/custom_components/hacs/repositories/__pycache__/python_script.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/repositories/__pycache__/python_script.cpython-37.pyc -------------------------------------------------------------------------------- /configuration/custom_components/hacs/repositories/__pycache__/repository.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/repositories/__pycache__/repository.cpython-37.pyc -------------------------------------------------------------------------------- /configuration/custom_components/hacs/repositories/__pycache__/theme.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/repositories/__pycache__/theme.cpython-37.pyc -------------------------------------------------------------------------------- /configuration/custom_components/hacs/repositories/appdaemon.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/repositories/appdaemon.py -------------------------------------------------------------------------------- /configuration/custom_components/hacs/repositories/integration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/repositories/integration.py -------------------------------------------------------------------------------- /configuration/custom_components/hacs/repositories/plugin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/repositories/plugin.py -------------------------------------------------------------------------------- /configuration/custom_components/hacs/repositories/python_script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/repositories/python_script.py -------------------------------------------------------------------------------- /configuration/custom_components/hacs/repositories/repository.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/repositories/repository.py -------------------------------------------------------------------------------- /configuration/custom_components/hacs/repositories/theme.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/repositories/theme.py -------------------------------------------------------------------------------- /configuration/custom_components/hacs/sensor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/sensor.py -------------------------------------------------------------------------------- /configuration/custom_components/hacs/services.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hacs/services.yaml -------------------------------------------------------------------------------- /configuration/custom_components/hp_ilo/sensor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/hp_ilo/sensor.py -------------------------------------------------------------------------------- /configuration/custom_components/lovelace_gen/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/lovelace_gen/__init__.py -------------------------------------------------------------------------------- /configuration/custom_components/lovelace_gen/__pycache__/__init__.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/lovelace_gen/__pycache__/__init__.cpython-37.pyc -------------------------------------------------------------------------------- /configuration/custom_components/lovelace_gen/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/custom_components/lovelace_gen/manifest.json -------------------------------------------------------------------------------- /configuration/lovelace/alarm_control_panel-card.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/lovelace/alarm_control_panel-card.js -------------------------------------------------------------------------------- /configuration/lovelace/cameras.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/lovelace/cameras.yaml -------------------------------------------------------------------------------- /configuration/lovelace/card-tools.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/lovelace/card-tools.js -------------------------------------------------------------------------------- /configuration/lovelace/home.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/lovelace/home.yaml -------------------------------------------------------------------------------- /configuration/lovelace/home_rumsgrupper.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/lovelace/home_rumsgrupper.yaml -------------------------------------------------------------------------------- /configuration/lovelace/main.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/lovelace/main.yaml -------------------------------------------------------------------------------- /configuration/lovelace/popup-card.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/lovelace/popup-card.js -------------------------------------------------------------------------------- /configuration/lovelace/power.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/lovelace/power.yaml -------------------------------------------------------------------------------- /configuration/lovelace/server.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/lovelace/server.yaml -------------------------------------------------------------------------------- /configuration/lovelace/status.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/lovelace/status.yaml -------------------------------------------------------------------------------- /configuration/lovelace/templates/camera_template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/lovelace/templates/camera_template.yaml -------------------------------------------------------------------------------- /configuration/lovelace/templates/mediaplayer_template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/lovelace/templates/mediaplayer_template.yaml -------------------------------------------------------------------------------- /configuration/lovelace/templates/popup_cover_part_template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/lovelace/templates/popup_cover_part_template.yaml -------------------------------------------------------------------------------- /configuration/lovelace/templates/popup_first_part_template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/lovelace/templates/popup_first_part_template.yaml -------------------------------------------------------------------------------- /configuration/lovelace/templates/popup_info_part_template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/lovelace/templates/popup_info_part_template.yaml -------------------------------------------------------------------------------- /configuration/lovelace/templates/popup_template.yaml: -------------------------------------------------------------------------------- 1 | # lovelace_gen 2 | #Declutteringtemplate for room popups 3 | 4 | -------------------------------------------------------------------------------- /configuration/lovelace/templates/power_template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/lovelace/templates/power_template.yaml -------------------------------------------------------------------------------- /configuration/lovelace/templates/powercost_template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/lovelace/templates/powercost_template.yaml -------------------------------------------------------------------------------- /configuration/lovelace/templates/room_button_template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/lovelace/templates/room_button_template.yaml -------------------------------------------------------------------------------- /configuration/packages/customize_general.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/packages/customize_general.yaml -------------------------------------------------------------------------------- /configuration/packages/device_trackers.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/packages/device_trackers.yaml -------------------------------------------------------------------------------- /configuration/packages/google_calendar.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/packages/google_calendar.yaml -------------------------------------------------------------------------------- /configuration/packages/home_status/home_away.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/packages/home_status/home_away.yaml -------------------------------------------------------------------------------- /configuration/packages/home_status/malin_status.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/packages/home_status/malin_status.yaml -------------------------------------------------------------------------------- /configuration/packages/home_status/mattias_status.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/packages/home_status/mattias_status.yaml -------------------------------------------------------------------------------- /configuration/packages/lights and scenes/alla_lampor.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/packages/lights and scenes/alla_lampor.yaml -------------------------------------------------------------------------------- /configuration/packages/lights and scenes/garage_lampor.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/packages/lights and scenes/garage_lampor.yaml -------------------------------------------------------------------------------- /configuration/packages/lights and scenes/gastrum_hoger.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/packages/lights and scenes/gastrum_hoger.yaml -------------------------------------------------------------------------------- /configuration/packages/lights and scenes/gastrum_vanster.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/packages/lights and scenes/gastrum_vanster.yaml -------------------------------------------------------------------------------- /configuration/packages/lights and scenes/hall.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/packages/lights and scenes/hall.yaml -------------------------------------------------------------------------------- /configuration/packages/lights and scenes/hemmabio_lampor.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/packages/lights and scenes/hemmabio_lampor.yaml -------------------------------------------------------------------------------- /configuration/packages/lights and scenes/kladkammare_lights.yaml: -------------------------------------------------------------------------------- 1 | homeassistant: 2 | -------------------------------------------------------------------------------- /configuration/packages/lights and scenes/kok_lampor.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/packages/lights and scenes/kok_lampor.yaml -------------------------------------------------------------------------------- /configuration/packages/lights and scenes/kontor_lampor.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/packages/lights and scenes/kontor_lampor.yaml -------------------------------------------------------------------------------- /configuration/packages/lights and scenes/ovrigt.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/packages/lights and scenes/ovrigt.yaml -------------------------------------------------------------------------------- /configuration/packages/lights and scenes/scener.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/packages/lights and scenes/scener.yaml -------------------------------------------------------------------------------- /configuration/packages/lights and scenes/sovrum.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/packages/lights and scenes/sovrum.yaml -------------------------------------------------------------------------------- /configuration/packages/lights and scenes/tvattstuga.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/packages/lights and scenes/tvattstuga.yaml -------------------------------------------------------------------------------- /configuration/packages/lights and scenes/tvrum.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/packages/lights and scenes/tvrum.yaml -------------------------------------------------------------------------------- /configuration/packages/lights and scenes/utebelysning.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/packages/lights and scenes/utebelysning.yaml -------------------------------------------------------------------------------- /configuration/packages/power/aircondition.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/packages/power/aircondition.yaml -------------------------------------------------------------------------------- /configuration/packages/power/motorvarmare.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/packages/power/motorvarmare.yaml -------------------------------------------------------------------------------- /configuration/packages/power/optima_phev.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/packages/power/optima_phev.yaml -------------------------------------------------------------------------------- /configuration/packages/power/power.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/packages/power/power.yaml -------------------------------------------------------------------------------- /configuration/packages/power/tvattmaskiner.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/packages/power/tvattmaskiner.yaml -------------------------------------------------------------------------------- /configuration/packages/random/0_sensors.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/packages/random/0_sensors.yaml -------------------------------------------------------------------------------- /configuration/packages/random/3dprinter.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/packages/random/3dprinter.yaml -------------------------------------------------------------------------------- /configuration/packages/random/automated_backup.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/packages/random/automated_backup.yaml -------------------------------------------------------------------------------- /configuration/packages/random/covers.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/packages/random/covers.yaml -------------------------------------------------------------------------------- /configuration/packages/random/dockermon.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/packages/random/dockermon.yaml -------------------------------------------------------------------------------- /configuration/packages/random/doorbell.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/packages/random/doorbell.yaml -------------------------------------------------------------------------------- /configuration/packages/random/doors_windows_motion.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/packages/random/doors_windows_motion.yaml -------------------------------------------------------------------------------- /configuration/packages/random/esxi_stats.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/packages/random/esxi_stats.yaml -------------------------------------------------------------------------------- /configuration/packages/random/garage_door_opener.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/packages/random/garage_door_opener.yaml -------------------------------------------------------------------------------- /configuration/packages/random/glances.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/packages/random/glances.yaml -------------------------------------------------------------------------------- /configuration/packages/random/hpilo_gen9.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/packages/random/hpilo_gen9.yaml -------------------------------------------------------------------------------- /configuration/packages/random/lovelace_generator.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/packages/random/lovelace_generator.yaml -------------------------------------------------------------------------------- /configuration/packages/random/media_equipment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/packages/random/media_equipment.yaml -------------------------------------------------------------------------------- /configuration/packages/random/nut.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/packages/random/nut.yaml -------------------------------------------------------------------------------- /configuration/packages/random/ragnar.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/packages/random/ragnar.yaml -------------------------------------------------------------------------------- /configuration/packages/random/rtorrent.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/packages/random/rtorrent.yaml -------------------------------------------------------------------------------- /configuration/packages/random/server_stats.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/packages/random/server_stats.yaml -------------------------------------------------------------------------------- /configuration/packages/random/speedtest.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/packages/random/speedtest.yaml -------------------------------------------------------------------------------- /configuration/packages/random/synology.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/packages/random/synology.yaml -------------------------------------------------------------------------------- /configuration/packages/random/tasmota.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/packages/random/tasmota.yaml -------------------------------------------------------------------------------- /configuration/packages/random/temperatur_sensorer.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/packages/random/temperatur_sensorer.yaml -------------------------------------------------------------------------------- /configuration/packages/random/themes.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/packages/random/themes.yaml -------------------------------------------------------------------------------- /configuration/packages/random/tidsperiod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/packages/random/tidsperiod.yaml -------------------------------------------------------------------------------- /configuration/packages/random/tvattstuga_flakt.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/packages/random/tvattstuga_flakt.yaml -------------------------------------------------------------------------------- /configuration/packages/random/water_sensor_kitchen.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/packages/random/water_sensor_kitchen.yaml -------------------------------------------------------------------------------- /configuration/packages/random/zoneminder.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/packages/random/zoneminder.yaml -------------------------------------------------------------------------------- /configuration/packages/zones.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/packages/zones.yaml -------------------------------------------------------------------------------- /configuration/themes/blue_theme.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/themes/blue_theme.yaml -------------------------------------------------------------------------------- /configuration/themes/dark_theme.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martikainen87/Home-Automation/HEAD/configuration/themes/dark_theme.yaml --------------------------------------------------------------------------------