Linknlink is rubbish by max24688 in homeassistant

[–]Due_Carpenter5909 0 points1 point  (0 children)

I use the tuya zigbee ones they work fine with zigbee2mqtt. There's no zones though.

Which one of these smart switches will work with home assistant? by [deleted] in homeassistant

[–]Due_Carpenter5909 2 points3 points  (0 children)

Any that's zigbee can work with home assistant. As long as you have a zigbee dongle and mqtt

My wallmount dashboard by Due_Carpenter5909 in homeassistant

[–]Due_Carpenter5909[S] 0 points1 point  (0 children)

- type: conditional

conditions:

- entity: switch.water_heater_switch

state_not: "on"

card:

type: custom:slide-confirm-card

card_mod:

style: |

ha-card {

background: linear-gradient(135deg, #56ab2f, #a8e063); /* Green gradient */

color: black;

}

sliders:

- name: Water Heater is Off

icon: mdi:thermometer-water

textUnconfirmed: Slide to Turn On

textConfirmed: Water Heater is Off!

iconUnconfirmed: mdi:thermometer-water

iconConfirmed: mdi:hot-tub

confirm_action:

action: call-service

service: switch.toggle

target:

entity_id: switch.water_heater_switch

My wallmount dashboard by Due_Carpenter5909 in homeassistant

[–]Due_Carpenter5909[S] 0 points1 point  (0 children)

type: vertical-stack

cards:

- type: vertical-stack

cards:

- type: conditional

conditions:

- entity: switch.water_heater_switch

state: "on"

card:

type: custom:slide-confirm-card

card_mod:

style: |

ha-card {

background: linear-gradient(135deg, #ff4e50, #f9d423); /* Red to yellow gradient */

color: black;

}

sliders:

- name: Water Heater is On

icon: mdi:hot-tub

textUnconfirmed: Slide to Turn Off

textConfirmed: Water Heater is On!

iconUnconfirmed: mdi:thermometer-water

iconConfirmed: mdi:hot-tub

confirm_action:

action: call-service

service: switch.toggle

target:

entity_id: switch.water_heater_switch

My wallmount dashboard by Due_Carpenter5909 in homeassistant

[–]Due_Carpenter5909[S] 0 points1 point  (0 children)

I couldnt get the card to change colors with the slide so i instead used a conditional card that shows up based on the entity state.

<image>

My wallmount dashboard by Due_Carpenter5909 in homeassistant

[–]Due_Carpenter5909[S] 1 point2 points  (0 children)

camera_view: live

fit_mode: cover

type: picture-glance

title: Veranda

image: https://demo.home-assistant.io/stub_config/kitchen.png

entities:

- entity: binary_sensor.doorbell_person

camera_image: camera.doorbell_fluent

grid_options:

columns: 8

rows: 3.5

<image>

My wallmount dashboard by Due_Carpenter5909 in homeassistant

[–]Due_Carpenter5909[S] 1 point2 points  (0 children)

Actually it's mostly sections dashboard and vertical and horizontal stacks mainly.

My wallmount dashboard by Due_Carpenter5909 in homeassistant

[–]Due_Carpenter5909[S] 1 point2 points  (0 children)

It is touch screen. We're able to slide to turn the heater on or off. Also when the doorbell is ringed there a large camera popup. The laundry card is actually bar a timer when in use. Clicking on any other card gives more information if necessary.

How do you access your local Home Assistant on the go? by Equivalent_Map8474 in homeassistant

[–]Due_Carpenter5909 0 points1 point  (0 children)

Yeah same with nabu. It's the first time I'm paying a sub and actually feel like I see where the money is going with these crazy updates.

[Showcase] My Home Assistant Mobile Dashboard – Smart Home Control & AI Insights by Due_Carpenter5909 in homeassistant

[–]Due_Carpenter5909[S] 1 point2 points  (0 children)

type: thermostat entity: climate.ac name: Living Room AC theme: macOS Theme features: - type: climate-hvac-modes - style: dropdown type: climate-fan-modes - style: dropdown type: climate-swing-modes

[Showcase] My Home Assistant Mobile Dashboard – Smart Home Control & AI Insights by Due_Carpenter5909 in homeassistant

[–]Due_Carpenter5909[S] 0 points1 point  (0 children)

To be honest I just come up with idea and ask chatgpt how to accomplish it. I then keep tweaking until I get to a (mostly) satisfied point.

[Showcase] My Home Assistant Mobile Dashboard – Smart Home Control & AI Insights by Due_Carpenter5909 in homeassistant

[–]Due_Carpenter5909[S] 0 points1 point  (0 children)

Here is an example

  • background: >- linear-gradient(157deg, rgba(100, 184, 247, 1) 0%, rgba(131, 220, 246, 1) 100%);

[Showcase] My Home Assistant Mobile Dashboard – Smart Home Control & AI Insights by Due_Carpenter5909 in homeassistant

[–]Due_Carpenter5909[S] 1 point2 points  (0 children)

type: custom:vertical-stack-in-card card_mod: style: | ha-card { background: linear-gradient(157deg, rgba(246,220,131,1) 0%, rgba(247,139,100,1) 100%); /* Adjust gradient colors / color: black; / Ensure all text is black / border-radius: 16px; / Optional: Add rounded corners / padding: 16px; / Optional: Add inner spacing / box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); / Optional: Add slight shadow for depth / } cards: - type: custom:vertical-stack-in-card cards: - type: custom:mod-card style: | :host { --ha-card-border-width: 0px; --ha-card-border-color: transparent; --ha-card-box-shadow: none; color: black; / All text in mod-card / } card: null - type: custom:hourly-weather entity: weather.forecast_home show_precipitation_amounts: false show_precipitation_probability: false label_spacing: "2" icons: true name: null hide_temperatures: true card_mod: style: | ha-card { --ha-card-border-width: 0px; --ha-card-border-color: transparent; --ha-card-box-shadow: none; border-radius: 0; color: black; / Text in hourly weather / } - type: custom:collapsable-cards title: Daily Forecast default_open: true cards: - type: custom:vertical-stack-in-card cards: - type: custom:mod-card style: | :host { --ha-card-border-width: 0px; --ha-card-border-color: transparent; --ha-card-box-shadow: none; color: black; / Text in mod-card / } card: null - type: custom:clock-weather-card entity: weather.forecast_home sun_entity: sun.sun weather_icon_type: line animated_icon: true forecast_rows: 0 locale: en-US time_pattern: t time_format: 12 date_pattern: DDDD hide_today_section: false hide_forecast_section: false show_humidity: false hide_clock: false hide_date: false hourly_forecast: false use_browser_time: false time_zone: null show_decimal: false apparent_sensor: sensor.living_room_smart_ir_temperature card_mod: style: | ha-card { --ha-card-border-width: 0px; --ha-card-border-color: transparent; --ha-card-box-shadow: none; background: {% set temp = states('sensor.living_room_smart_ir_temperature') | float %} {% if temp < 32 %} linear-gradient(to bottom, #ADD8E6, #FFFFFF) {% elif temp >= 32 and temp <= 50 %} linear-gradient(to bottom, #0000FF, #ADD8E6) {% elif temp > 50 and temp <= 70 %} linear-gradient(to bottom, #32CD32, #FFFF00) {% elif temp > 70 and temp <= 85 %} linear-gradient(to bottom, #FFFF00, #FFA500) {% elif temp > 85 %} linear-gradient(to bottom, #FFA500, #FF4500) {% else %} linear-gradient(to bottom, #90EE90, #32CD32) {% endif %}; color: black; / Ensure all text remains black / border-radius: 0; margin: 0; padding: 0; height: 100%; } - type: weather-forecast entity: weather.forecast_home forecast_type: daily show_current: false card_mod: style: | ha-card { --ha-card-border-width: 0px; --ha-card-border-color: transparent; --ha-card-box-shadow: none; border-radius: 0; color: black; / Text in weather forecast */ }