Skip to content

Commit

Permalink
Fix indentations
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegordon committed Dec 3, 2024
1 parent 530e701 commit f5a7fcc
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,19 @@ homeassistant:
sensor.weather_station_rainfall:
icon: mdi:weather-rainy
sensor.weather_station_wind_velocity:
icon: mdi:weather-windy-variant
icon: mdi:weather-windy-variant
sensor.weather_station_wind_maximum:
icon: mdi:weather-windy
icon: mdi:weather-windy
sensor.weather_station_relative_humidity:
icon: mdi:water-percent
icon: mdi:water-percent
sensor.house_average_humidity:
icon: mdi:water-percent
icon: mdi:water-percent
sensor.rest_of_house_average_temperature:
icon: mdi:thermometer
icon: mdi:thermometer
sensor.next_bin:
icon: mdi:delete-empty
light.kyles_bedside:
icon: mdi:hotel
icon: mdi:hotel
light.sideboard:
assumed_state: false
light.lava_lamp:
Expand All @@ -64,13 +64,13 @@ homeassistant:
light.front_hall:
assumed_state: false
group.bedside_lights:
icon: mdi:hotel
icon: mdi:hotel
sensor.kyle_status:
entity_picture: https://www.gravatar.com/avatar/c5affce936e162c5ef9752c3276f99be.jpg
entity_picture: https://www.gravatar.com/avatar/c5affce936e162c5ef9752c3276f99be.jpg
input_boolean.guest_mode:
icon: mdi:account-multiple-plus
icon: mdi:account-multiple-plus
light.craft_room_desk_level:
friendly_name: Craft Room Desk
friendly_name: Craft Room Desk
sensor.daily_energy:
friendly_name: Daily energy usage
sensor.monthly_energy:
Expand All @@ -96,10 +96,10 @@ http:
stream:

alarm_control_panel:
- platform: manual
name: Home Alarm
code_arm_required: false
code: !secret alarm_code
- platform: manual
name: Home Alarm
code_arm_required: false
code: !secret alarm_code

influxdb:
host: 172.24.32.13
Expand Down Expand Up @@ -262,4 +262,3 @@ utility_meter:
cycle: monthly

smartir:

0 comments on commit f5a7fcc

Please sign in to comment.